Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ increase_depth
Method
increase_depth
python/pyfory/context.py:293–294 ·
view source on GitHub ↗
(self, diff=1)
Source
from the content-addressed store, hash-verified
291
return
self.context_objects.get(id(key), default)
292
293
def
increase_depth(self, diff=1):
294
self.depth += diff
295
296
def
decrease_depth(self, diff=1):
297
self.depth -= diff
Callers
1
write_non_ref
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected