List Question
20 TechQA 2023-11-26T15:33:52.263000How to type-hint a variable whose type is any subclass of a generic base class?
149 views
Asked by MaartenB
Uses different Enum in different inherited class
36 views
Asked by Wei Bin
Can you force derived class from a bass class to define specific member variables in python?
30 views
Asked by user21113865
Inheriting from type and typing.Mapping: "TypeError: descriptor '__subclasses__' of 'type' object needs an argument"
121 views
Asked by joxirerehufe
Python: How to annotate a variable number of iterable attributes?
57 views
Asked by Archie
What is the point of passing in params to an abstract base class in this manner?
111 views
Asked by Abhishek Banerjee
how can vb.net make inherit class with selected variable from base calss
58 views
Asked by Visula Kavinda
Why default assignment operator is not called from assignment-from-base-class operator?
142 views
Asked by Nick
Return Base class shared pointer using derived class C++
815 views
Asked by Incredible
Use subclasses of abstract outer class in nested class
689 views
Asked by Tabea
How to write mypy-safe factory for getting a class instance based on required class attributes?
294 views
Asked by Jamie
Python: mark method as implementing/overriding
883 views
Asked by xtofl
Cloning Derived classes from Base classes
176 views
Asked by road_to_quantdom
Abstract base class or typing.Protocol for supporting __str__
2k views
Asked by Greedo
isinstance and abstract base class
417 views
Asked by tguichaoua
Python: Implement base class for different types
346 views
Asked by phytebunk
Initialize subclass instance when creating new Base class instance
1k views
Asked by ElRudi
C++: Segmentation fault - Calling function through std::vector<> using a virtual function and abstract class
320 views
Asked by Gandalf1783
How to create a Python ABC interface pattern using Pydantic
5.8k views
Asked by John Kealy