Dmitry Stramov
Results
2
issues of
Dmitry Stramov
**Bug Report** When instantiating a typeddict that was created as a class variable without any type hints and which has a not-required key, mypy thinks that all keys are required...
bug
### Description Currently the `tick` argument accepts a `bool` and defines whether time continues to "tick" after travelling, or is frozen. When time is frozen (`tick=False`), each call to mocked...