Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alex Waygood
Alex Waygood has asked
14
questions and find answers to
33
problems.
Stats
1.1k
EtPoint
344
Vote count
14
questions
33
answers
About
Python enthusiast/freelance journalist/former music student.
Alex Waygood questions
How to detect if `__init_subclass__` has been overridden in a subclass?
How can I document methods inherited from a metaclass?
Alex Waygood answers
Exclude some attributes from __str__ representation of a dataclass
Dataclasses: Matching Generic TypeVar names to attributes in the origin class
Mypy - why does TypeVar not work without bound specified
Kwargs in a Protocol implementer: what is a valid signature?
Python type-checking Protocols and Descriptors
Why is mypy complaining about list comprehension when it can't be annotated?
How to type-hint / type-check a dictionary (at runtime) for an arbitrary number of arbitrary key/value pairs?
Python - Is there a shorthand for [eg]: print(f'type(var) = {type(var)}')
Why won't mypy understand this object instantiation?
singledispatchmethod and class method decorators in python 3.8