Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/qlib
/ setLevel
Method
setLevel
qlib/log.py:41–42 ·
view source on GitHub ↗
(self, level)
Source
from the content-addressed store, hash-verified
39
return
logger
40
41
def
setLevel(self, level):
42
self.__level = level
43
44
def
__getattr__(self, name):
45
# During unpickling, python will call __getattr__. Use this line to avoid maximum recursion error.
Callers
4
logger
Method · 0.45
setLevel
Method · 0.45
__call__
Method · 0.45
init
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected