MCPcopy Create free account
hub / github.com/AutoViML/AutoViz / warn

Function warn

autoviz/AutoViz_Class.py:43–44  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

41warnings.filterwarnings("ignore")
42#######################################################################################
43def warn(*args, **kwargs):
44 pass
45warnings.warn = warn
46#######################################################################################
47class AutoViz_Class:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected