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

Function parse_function_body

Tools/c-analyzer/c_parser/parser/_func_body.py:41–43  ·  view source on GitHub ↗
(source, name, anon_name)

Source from the content-addressed store, hash-verified

39# in the CPython codebase.
40
41def parse_function_body(source, name, anon_name):
42 # XXX
43 raise NotImplementedError
44
45
46def parse_function_body(name, text, resolve, source, anon_name, parent):

Callers 1

parse_bodyFunction · 0.85

Calls 12

log_matchFunction · 0.85
anon_nameFunction · 0.85
match_parenFunction · 0.85
parse_var_declFunction · 0.85
resolveFunction · 0.50
matchMethod · 0.45
endMethod · 0.45
groupsMethod · 0.45
appendMethod · 0.45
splitMethod · 0.45
valuesMethod · 0.45
stripMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…