MCPcopy 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
46def get_srcdir():
47 filename = os.path.normcase(os.path.dirname(__file__))
48 return os.path.realpath(filename)
49
50
51src_dir = get_srcdir()

Callers 1

test_pythonlib.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected