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

Function info

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

Source from the content-addressed store, hash-verified

153# Any string or object. They are converted to string and separated by space.
154## \ingroup python
155def info(*args):
156
157 stdStr = " ".join(map(str, args))
158 IECore.Msg.output(IECore.Msg.Level.Info, __getCallContext(), stdStr )
159
160# Sends error messages to the current message handler.
161# Parameters:

Callers

nothing calls this directly

Calls 3

__getCallContextFunction · 0.85
joinMethod · 0.80
outputMethod · 0.80

Tested by

no test coverage detected