Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ get_srcdir
Function
get_srcdir
test/test_pythonlib.py:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
46
def
get_srcdir():
47
filename = os.path.normcase(os.path.dirname(__file__))
48
return
os.path.realpath(filename)
49
50
51
src_dir = get_srcdir()
Callers
1
test_pythonlib.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected