Feb-28-2022, 05:22 PM
Where you used to do "i += 1" you'll now have "obj.i += 1" where obj is an instance of ContextFilter.
How to move a class to a custom module?
|
|
Messages In This Thread |
How to move a class to a custom module? - by python300 - Feb-28-2022, 03:47 PM
RE: How to move a class to a custom module? - by deanhystad - Feb-28-2022, 04:42 PM
RE: How to move a class to a custom module? - by python300 - Feb-28-2022, 05:20 PM
RE: How to move a class to a custom module? - by deanhystad - Feb-28-2022, 05:22 PM
RE: How to move a class to a custom module? - by python300 - Mar-08-2022, 09:19 PM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
How to read module/class from list of strings? | popular_dog | 1 | 1,410 |
Oct-04-2023, 03:08 PM Last Post: deanhystad |
|
My code displays too much output when importing class from a module | lil_e | 4 | 2,338 |
Oct-22-2022, 12:56 AM Last Post: Larz60+ |
|
Error when refering to class defined in 'main' in an imported module | HeRo | 2 | 3,377 |
Apr-13-2021, 07:22 PM Last Post: HeRo |
|
Custom file class | deanhystad | 11 | 6,556 |
Feb-01-2021, 05:09 PM Last Post: nilamo |
|
importing same python library in multiple custom module | escape_freedom13 | 6 | 5,451 |
May-10-2020, 07:01 PM Last Post: escape_freedom13 |
|
How to serialize custom class objects in JSON? | Exsul1 | 4 | 6,103 |
Sep-23-2019, 08:27 AM Last Post: wavic |
|
How can I save a class as a module | sakawaka | 2 | 7,397 |
Feb-07-2018, 03:01 PM Last Post: Larz60+ |