MCPcopy Create free account
hub / github.com/ImageEngine/cortex / warning

Function warning

python/IECore/Log.py:146–149  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

144# Any string or object. They are converted to string and separated by space.
145## \ingroup python
146def warning(*args):
147
148 stdStr = " ".join(map(str, args))
149 IECore.Msg.output(IECore.Msg.Level.Warning, __getCallContext(), stdStr )
150
151# Sends info messages to the current message handler.
152# Parameters:

Callers 1

loadMethod · 0.90

Calls 3

__getCallContextFunction · 0.85
joinMethod · 0.80
outputMethod · 0.80

Tested by

no test coverage detected