MCPcopy 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]
72def get_srcdir():
73 filename = os.path.normcase(os.path.dirname(__file__))
74 return os.path.realpath(filename)
75
76src_dir = get_srcdir()
77os.chdir(src_dir)

Callers 1

dis-compare.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected