Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ nullcontext
Class
nullcontext
library/python/func/__init__.py:81–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
81
class
nullcontext(object):
82
def
__enter__(self):
83
pass
84
85
def
__exit__(self, exc_type, exc_value, traceback):
86
pass
87
88
89
def
memoize(limit=0, thread_local=False, thread_safe=True):
Callers
1
decorator
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected