SpiceQA
Questions
Tags
Users
Badges
abc
31 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Use __init_subclass__ to patch abstract methods while preserving the abc check
user_4330168
0
•
asked Apr 11, 2022
2
2
156
abc
python
How to create an abstract cached property in Python?
user_3705840
0
•
asked Mar 20, 2022
1
0
167
abc
python-3.x
python
How to create an abstract attribute for an abstract class in Python?
user_14649310
0
•
asked Mar 11, 2022
2
1
115
abc
python-3.x
python
Pattern matching to check a protocol. Getting TypeError: called match pattern must be a type
user_424499
0
•
asked Mar 1, 2022
1
1
183
structural-pattern-matching
typeerror
abc
iterable
python
Workaround for lack of intersection types with Python generics?
user_1900954
0
•
asked Jan 13, 2022
8
0
714
python-typing
mypy
abc
python-3.x
python
All bases of a protocol must be protocols- is typing.MutableMapping not a Protocol?
user_3154101
0
•
asked Dec 18, 2021
3
0
69
python-typing
mypy
abc
structural-typing
python
Can I mark a class abstract even if all its methods are implemented?
user_889742
0
•
asked Oct 19, 2021
6
1
239
abc
abstract-class
python
Distinguishing between Pydantic Models with same fields
user_1483263
0
•
asked Sep 24, 2021
9
3
4211
pydantic
abc
python
What is the difference between abstractclass(metaclass=ABCMeta) and class abstractclass(ABC) in Python ABC module?
user_785099
0
•
asked Jul 29, 2021
11
1
1396
abc
abstract-class
python-3.x
python
TypeError: __init_subclass__() takes no keyword arguments related to subclass and abstract class design
user_785099
0
•
asked Jul 28, 2021
3
1
749
abc
abstract-class
python-3.x
python
1
(current)
2
3
4
Next
Next
Hot Questions