MCPcopy Index your code
hub / github.com/python/mypy / get_undocumented_ref_info_json

Function get_undocumented_ref_info_json

mypy/refinfo.py:87–92  ·  view source on GitHub ↗
(
    tree: MypyFile, type_map: dict[Expression, Type]
)

Source from the content-addressed store, hash-verified

85
86
87def get_undocumented_ref_info_json(
88 tree: MypyFile, type_map: dict[Expression, Type]
89) -> list[dict[str, object]]:
90 visitor = RefInfoVisitor(type_map)
91 tree.accept(visitor)
92 return visitor.data

Callers 1

Calls 2

RefInfoVisitorClass · 0.85
acceptMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…