MCPcopy
hub / github.com/huggingface/transformers / setLevel

Method setLevel

src/transformers/_typing.py:54–54  ·  view source on GitHub ↗
(self, level: Level)

Source from the content-addressed store, hash-verified

52
53 # ---- Standard methods ----
54 def setLevel(self, level: Level) -> None: ...
55 def isEnabledFor(self, level: Level) -> bool: ...
56 def getEffectiveLevel(self) -> int: ...
57

Callers 15

init_test_loggerFunction · 0.80
captureWarningsFunction · 0.80
set_verbosityFunction · 0.80
__init__Method · 0.80
deepspeed_initFunction · 0.80
mainFunction · 0.80
setup_loggingFunction · 0.80

Calls

no outgoing calls

Tested by 1

init_test_loggerFunction · 0.64