SpiceQA
Questions
Tags
Users
Badges
user_10237506
@user_10237506
0
reputation
0
answers
8
questions
About Me
// Hello, World !
Top Answers
Create recursive dataclass with self-referential type hints
16 votes
Python 3.10+: Optional[Type] or Type | None
12 votes
Including non-Python files with setup.py
10 votes
How do I get Python dataclass InitVar fields to work with typing.get_type_hints while also using annotations?
7 votes
How to unpack nested JSON into Python Dataclass
7 votes
Top Questions
How to pass ForwardRef as args to TypeVar in Python 3.6?
6 votes
1 answers
How to enable code completion for a dictionary from method in Python?
4 votes
1 answers
Regex matching "|" separated values for Union types
4 votes
2 answers
What is the best way to work with classes that subclass from Generic types?
4 votes
1 answers
How to type-hint return type of __getattr__ method?
2 votes
0 answers