Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/drathier/stack-overflow-import
/ get_source
Method
get_source
stackoverflow/__init__.py:47–48 ·
view source on GitHub ↗
(cls, fullname)
Source
from the content-addressed store, hash-verified
45
46
@classmethod
47
def
get_source(cls, fullname):
48
return
cls.get_code(fullname)
49
50
@classmethod
51
def
is_package(cls, fullname):
Callers
nothing calls this directly
Calls
1
get_code
Method · 0.80
Tested by
no test coverage detected