MCPcopy Create free account
hub / github.com/SooLab/CGFormer / __repr__

Method __repr__

utils/config.py:56–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 return r
55
56 def __repr__(self):
57 return "{}({})".format(self.__class__.__name__,
58 super(CfgNode, self).__repr__())
59
60
61def load_cfg_from_cfg_file(file):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected