Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rocky/python-uncompyle6
/ get_srcdir
Function
get_srcdir
test/dis-compare.py:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
71
# filename = sys.arv[1]
72
def
get_srcdir():
73
filename = os.path.normcase(os.path.dirname(__file__))
74
return
os.path.realpath(filename)
75
76
src_dir = get_srcdir()
77
os.chdir(src_dir)
Callers
1
dis-compare.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected