Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _get_mode
Method
_get_mode
IPython/core/logger.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
self._logmode = mode
58
59
def
_get_mode(self):
60
return
self._logmode
61
62
logmode = property(_get_mode,_set_mode)
63
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected