MCPcopy Create free account
hub / github.com/apache/fory / _infer_field

Function _infer_field

python/pyfory/format/tests/test_infer.py:75–76  ·  view source on GitHub ↗
(field_name, type_, types_path=None)

Source from the content-addressed store, hash-verified

73
74
75def _infer_field(field_name, type_, types_path=None):
76 return infer_field(field_name, type_, ForyTypeVisitor(), types_path=types_path)
77
78
79def test_infer_field():

Calls 2

ForyTypeVisitorClass · 0.90
infer_fieldFunction · 0.85

Tested by

no test coverage detected