MCPcopy
hub / github.com/yerfor/GeneFacePlusPlus / log

Method log

modules/commons/improved_diffusion/logger.py:376–378  ·  view source on GitHub ↗
(self, *args, level=INFO)

Source from the content-addressed store, hash-verified

374 return out
375
376 def log(self, *args, level=INFO):
377 if self.level <= level:
378 self._do_log(args)
379
380 # Configuration
381 # ----------------------------------------

Callers 15

initializeMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
get_embeddingMethod · 0.80
get_embeddingMethod · 0.80
compute_isFunction · 0.80
logFunction · 0.80
get_embeddingMethod · 0.80
logFunction · 0.80

Calls 1

_do_logMethod · 0.95

Tested by

no test coverage detected