contextlib2/dev/mypy.allowlist
Nick Coghlan 9a1453b673 Issue #37: Use mypy.stubcheck to validate stub file
* use mypy.stubcheck to ensure stub API matches module API
* sync latest typeshed stub with nullcontext API fix
* use allowlist to ignore deliberately omitted deprecated APIs
2021-06-27 16:04:15 +10:00

3 lines
128 B
Text

# Deprecated APIs that never graduated to the standard library
contextlib2.ContextDecorator.refresh_cm
contextlib2.ContextStack