Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ get_context_object
Method
get_context_object
python/pyfory/context.py:290–291 ·
view source on GitHub ↗
(self, key, default=None)
Source
from the content-addressed store, hash-verified
288
return
id(key) in self.context_objects
289
290
def
get_context_object(self, key, default=None):
291
return
self.context_objects.get(id(key), default)
292
293
def
increase_depth(self, diff=1):
294
self.depth += diff
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected