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

Method functions

Tools/c-analyzer/c_parser/info.py:1528–1529  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1526
1527 @property
1528 def functions(self):
1529 return self._find(None, None, None, KIND.FUNCTION)
1530
1531 @property
1532 def variables(self):

Callers

nothing calls this directly

Calls 1

_findMethod · 0.95

Tested by

no test coverage detected