MCPcopy 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
95def get_srcdir():
96 filename = osp.normcase(osp.dirname(osp.abspath(__file__)))
97 return osp.realpath(filename)
98
99
100srcdir = get_srcdir()

Callers 1

__pkginfo__.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected