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

Function info

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

Source from the content-addressed store, hash-verified

35try:
36 from colorama import init, Fore, Back, Style; init()
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):

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…