Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyGithub/PyGithub
/ filename
Method
filename
scripts/openapi.py:587–588 ·
view source on GitHub ↗
(self, filename: str)
Source
from the content-addressed store, hash-verified
585
self._package = package
586
587
def
filename(self, filename: str):
588
self._filename = filename
589
590
def
test_filename(self, test_filename: str):
591
self._test_filename = test_filename
Callers
1
index_file
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected