Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/Cream
/ __set_fmt
Method
__set_fmt
CDARTS/CDARTS_segmentation/tools/engine/logger.py:42–43 ·
view source on GitHub ↗
(self, fmt)
Source
from the content-addressed store, hash-verified
40
41
if
sys.version_info.major < 3:
42
def
__set_fmt(self, fmt):
43
self._fmt = fmt
44
else
:
45
def
__set_fmt(self, fmt):
46
self._style._fmt = fmt
Callers
1
format
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected