MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / debug

Method debug

lightx2v/disagg/services/base.py:27–28  ·  view source on GitHub ↗
(self, message, *args, **kwargs)

Source from the content-addressed store, hash-verified

25 return f"{message} {' '.join(map(str, args))}"
26
27 def debug(self, message, *args, **kwargs):
28 self._logger.opt(depth=1).debug(self._format_message(message, args))
29
30 def info(self, message, *args, **kwargs):
31 self._logger.opt(depth=1).info(self._format_message(message, args))

Callers 15

copy_non_weight_filesFunction · 0.80
flash_attn.pyFile · 0.80
stopMethod · 0.80
validate_config_pathsFunction · 0.80
write_bytes_asyncFunction · 0.80
recv_loopMethod · 0.80
get_audioMethod · 0.80
stopMethod · 0.80
apply_loraMethod · 0.80
_cleanup_old_tasksMethod · 0.80

Calls 2

_format_messageMethod · 0.95
optMethod · 0.80

Tested by

no test coverage detected