Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ get_srcdir
Function
get_srcdir
__pkginfo__.py:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
94
95
def
get_srcdir():
96
filename = osp.normcase(osp.dirname(osp.abspath(__file__)))
97
return
osp.realpath(filename)
98
99
100
srcdir = get_srcdir()
Callers
1
__pkginfo__.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected