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

Function debug

setup.py:205–207  ·  view source on GitHub ↗
(instring)

Source from the content-addressed store, hash-verified

203 return os.path.abspath(os.path.join(*((os.path.dirname(__file__),) + args)))
204
205 def debug(instring):
206 if _DEBUG:
207 print(' DEBUG: ' + instring)
208
209
210 def configuration():

Callers 1

runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…