MCPcopy Create free account
hub / github.com/pydata/numexpr / localpath

Function localpath

setup.py:202–203  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

200
201 _DEBUG = False
202 def localpath(*args):
203 return os.path.abspath(os.path.join(*((os.path.dirname(__file__),) + args)))
204
205 def debug(instring):
206 if _DEBUG:

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…