![]() * Support `from typing import ClassVar` Also updated the docstring to reflect why exactly we're doing what we're doing. The previous comment was incorrect (`typing` is already imported in applications using annotations). I added `t.ClassVar` as well which is the only third alternative import I found in use for typing-related classes. Fixes #361 * Tests, docstrings, et al. |
||
---|---|---|
.. | ||
__init__.py | ||
strategies.py | ||
test_annotations.py | ||
test_config.py | ||
test_converters.py | ||
test_dark_magic.py | ||
test_dunders.py | ||
test_filters.py | ||
test_funcs.py | ||
test_init_subclass.py | ||
test_make.py | ||
test_slots.py | ||
test_validators.py | ||
utils.py |