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

Function debug

numexpr3/ne3compiler.py:41–42  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

39 def warn(text):
40 print( ''.join([Fore.YELLOW, text, Style.RESET_ALL]))
41 def debug(text):
42 print( ''.join([Fore.RED, text, Style.RESET_ALL]))
43except ImportError:
44 info = print; warn = print; debug = print
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…