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

Function _resolve_missing_field_default

python/pyfory/struct.py:369–370  ·  view source on GitHub ↗
(dc_field, type_resolver, type_hints)

Source from the content-addressed store, hash-verified

367
368
369def _resolve_missing_field_default(dc_field, type_resolver, type_hints):
370 return resolve_missing_field_default(dc_field, type_resolver, type_hints)
371
372
373def build_default_values_factory(type_resolver, type_hints, dc_fields=()):

Callers 1

Calls 1

Tested by

no test coverage detected