Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
319
class
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