MCPcopy Create free account
hub / github.com/YvanYin/DrivingWorld / module

Method module

utils/config_utils.py:532–535  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

530
531 @property
532 def module(self):
533 if isinstance(self._module, str):
534 return self._module
535 return self._module[0].split('.')[0]
536
537 def __call__(self, *args, **kwargs):
538 raise RuntimeError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected