MCPcopy Index your code
hub / github.com/python/cpython / analyze_decl

Function analyze_decl

Tools/c-analyzer/c_analyzer/__init__.py:65–73  ·  view source on GitHub ↗
(decl)

Source from the content-addressed store, hash-verified

63 typespecs = _analyze.get_typespecs(types)
64
65 def analyze_decl(decl):
66 return _analyze.analyze_decl(
67 decl,
68 typespecs,
69 knowntypespecs,
70 types,
71 knowntypes,
72 analyze_resolved=analyze_resolved,
73 )
74 _analyze.analyze_type_decls(types, analyze_decl, handle_unresolved)
75 for decl in decls:
76 if decl in types:

Callers 1

analyze_declsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…