MCPcopy 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
76def remove_schema(schema):
77 id_ = id(schema)
78 __schemas__.pop(id_, None)
79 __type_map__.pop(id_, None)
80
81
82def reset():

Calls 1

popMethod · 0.45