MCPcopy Index your code
hub / github.com/python/cpython / typing.py

File typing.py

Lib/typing.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2The typing module: Support for gradual typing as defined by PEP 484 and subsequent PEPs.
3
4Among other things, the module includes the following:

Callers

nothing calls this directly

Calls 8

_LazyAnnotationLibClass · 0.85
defaultdictClass · 0.85
_CallableTypeClass · 0.85
_TupleTypeClass · 0.85
_NoExtraItemsTypeClass · 0.85
partialMethod · 0.80
appendMethod · 0.45
__new__Method · 0.45

Tested by

no test coverage detected