Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in metaclass
Calling super() inside a class' classmethod to get at the metaclass method
Nov 03, 2025
python
python-3.x
metaclass
Prevent instantiation of an abstract class
Oct 31, 2025
python-3.x
abstract-class
metaclass
Python Metaclass defining __slots__ makes __slots__ readonly
Oct 30, 2025
python-3.x
initialization
attributeerror
metaclass
slots
Lazy class factory?
Oct 26, 2025
python
factory
metaclass
lazy-initialization
What is the purpose of the dct argument of a metaclass __init__ method?
Oct 23, 2025
python
python-2.x
metaclass
Inheriting and aggregating class attributes
Oct 22, 2025
python
django
inheritance
metaclass
Extending Generic.__class_getitem__ in Python to accept more params
Oct 21, 2025
python
generics
python-typing
metaclass
what is the difference between type class and object class in python
Oct 20, 2025
python
metaclass
Why does defining new class sometimes call the __init__() function of objects that the class inherits from?
Oct 19, 2025
python
python-3.x
inheritance
metaclass
How can I create a FractionEnum in Python without a metaclass conflict?
Sep 19, 2025
python
enums
metaclass
How to define a mapping of enum members in the enum type?
Sep 20, 2025
python-3.x
enums
metaclass
Determine if a class in python is a metaclass
Sep 18, 2025
python
python-3.x
metaclass
How to recover the mro of a class given its bases?
Sep 15, 2025
python
python-3.x
class
metaclass
method-resolution-order
Use custom function with custom parameters in keras callback
Sep 05, 2025
keras
callback
metaclass
custom-function
Groovy: Execute Code transparent before and after any method is invoked
Mar 22, 2023
reflection
groovy
closures
metaclass
Python, How to "automatically" call a function/method from an instance method?
Mar 18, 2023
python
class
metaclass
Redefining __init__ with metaclass in Python 3
Mar 09, 2023
python
metaclass
Abstract Enum Class using ABCMeta and EnumMeta [duplicate]
Mar 05, 2023
python
python-3.x
metaclass
What is the correct way to derive a classmethod in python?
Sep 03, 2025
python
superclass
metaclass
class-method
Older Entries »