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
32
problems.
Stats
978
EtPoint
310
Vote count
14
questions
32
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
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
Type hint for return value in subclass