MCPcopy Create free account
hub / github.com/PixarAnimationStudios/OpenUSD / SetDebugMode

Function SetDebugMode

docs/python/doxygenlib/cdUtils.py:43–46  ·  view source on GitHub ↗

Turn debug mode on or off. Default is off.

(debugOn)

Source from the content-addressed store, hash-verified

41 print("Debug: %s" % msg)
42
43def SetDebugMode(debugOn):
44 """Turn debug mode on or off. Default is off."""
45 global __debugMode
46 __debugMode = debugOn
47
48def GetArg(optnames, default=False):
49 """Return True if any of the args exist in sys.argv."""

Callers 1

convertDoxygen.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected