Search code examples
How can I create my own "parameterized" type in Python (like `Optional[T]`)?...


pythongenericspython-typingmetaclass

Read More
Creating a metaclass that inherits from ABCMeta and QObject...


pythonabstract-classmultiple-inheritancemetaclasspyside6

Read More
What is the best way of implementing singleton in Python...


pythonsingletondecoratorbase-classmetaclass

Read More
How to typecheck class with method inserted by metaclass in Python?...


pythonmypypython-typingmetaclass

Read More
Specify Typing of class with custom Metaclass...


pythonpycharmpython-typingmetaclass

Read More
Checking subclass against metaclass type...


python-3.xtypesmetaclassabc

Read More
Skipping all unit tests but one in Python by using decorators and metaclasses...


pythonunit-testingdecoratormetaclassattributeerror

Read More
Can't delete attribute added by metaclass...


pythonmetaclass

Read More
Why does int.__class__ give type in Python?...


pythonoopmetaclass

Read More
Python Object and Metaclass...


pythonpython-3.xmetaclass

Read More
If Python builtins derive from ABCs, then why is their metaclass type instead of ABCMeta?...


pythonclassinheritancemetaclassabc

Read More
why keyword argument are not passed into __init_subclass__(..)...


pythonmetaclass

Read More
What are metaclasses in Python?...


pythonoopmetaclasspython-classpython-datamodel

Read More
PyCharm gives me a type warning about my metaclass; mypy disagrees...


pythonpycharmmypypython-typingmetaclass

Read More
Determine a class's metaclass in Python 3...


pythonpython-3.xmetaclass

Read More
Python Enum combination...


pythonenumsmetaprogrammingpython-3.5metaclass

Read More
Extending Generic.__class_getitem__ in Python to accept more params...


pythongenericspython-typingmetaclass

Read More
How can I get IDEs to recognize a desired type name for a statically declared, dynamically created c...


pythonpython-typingmetaclasstype-alias

Read More
How can I refer to this metaclass inside a metaclass without specifying its name in the code?...


pythonpython-3.xoopmetaclass

Read More
TclOO metaclass classes objects and objdefine...


tclmetaclass

Read More
Can I avoid the ```metaclass=``` when I define an inherited class?...


pythonmetaclass

Read More
Controlling context manager in a meta class...


pythongrpcdecoratormetaclass

Read More
In a library that uses metaclasses a lot, how can I avoid annoying the user with metaclass conflicts...


pythonmetaclass

Read More
property() setter issues in metaclass...


pythonpropertiesmetaclass

Read More
What is the corret way to call super in dynamically added methods?...


pythonoopsupermetaclass

Read More
How to prevent attribute re-access until all attributes have been accessed once (Python metaclass)?...


pythonmetaclass

Read More
Dynamically adding abstract methods in an abstract class...


pythondynamicabstract-classmetaclass

Read More
Setting a class __name__ declaratively...


pythonmetaclasspython-datamodelpython-descriptorspython-object

Read More
Optimizing Input Verification in Nested Class Methods...


pythonvalidationmetaclassclass-constructors

Read More
How can I retain a reference to the parent object when creating an instance of a nested class throug...


pythonmetaclasspython-class

Read More
BackNext