MCPcopy Index your code
hub / github.com/python/mypy / types.py

File types.py

mypy/types.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Classes for representing mypy types."""
2
3from __future__ import annotations
4

Callers

nothing calls this directly

Calls 8

objectClass · 0.85
InstanceCacheClass · 0.85
HasRecursiveTypeClass · 0.85
globalsFunction · 0.85
isinstanceFunction · 0.85
copyMethod · 0.45
popMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected