MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / __init__

Method __init__

scripts/openapi.py:320–322  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

318
319class FunctionCallCollector(cst.CSTVisitor):
320 def __init__(self):
321 super().__init__()
322 self._calls = []
323
324 @property
325 def calls(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected