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

Function warn

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

Source from the content-addressed store, hash-verified

37 def info(text):
38 print( ''.join([Fore.GREEN, text, Style.RESET_ALL]))
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:

Callers 1

_cast3Method · 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…