Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ remove_schema
Function
remove_schema
python/pyfory/format/infer.py:76–79 ·
view source on GitHub ↗
(schema)
Source
from the content-addressed store, hash-verified
74
75
76
def
remove_schema(schema):
77
id_ = id(schema)
78
__schemas__.pop(id_, None)
79
__type_map__.pop(id_, None)
80
81
82
def
reset():
Callers
1
test_remove_schema_clears_row_class_cache
Function · 0.90
Calls
1
pop
Method · 0.45
Tested by
1
test_remove_schema_clears_row_class_cache
Function · 0.72