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