LibCST/stubs
Benjamin Woodruff 8fba418f2c Add runtime type validation support
This ports `CSTNode.validate_types_shallow` and
`CSTNode.validate_types_deep`, as well as `libcst._type_enforce` to the
open-source release.

These are useful if someone wants to use LibCST without a static type
checker.

These weren't originally included because `libcst._type_enforce` wasn't
3.7 compatible.
2019-07-22 19:53:49 -07:00
..
parso Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
tokenize.pyi Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
typing_inspect.pyi Add runtime type validation support 2019-07-22 19:53:49 -07:00