MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / typing.py

File typing.py

tools/python-3.11.9-amd64/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 6

_aliasClass · 0.85
_CallableTypeClass · 0.85
_TupleTypeClass · 0.85
partialMethod · 0.80
TypeVarClass · 0.70
__new__Method · 0.45

Tested by

no test coverage detected