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

Class ImportError

compiler/fory_compiler/cli.py:45–48  ·  view source on GitHub ↗

Error during import resolution.

Source from the content-addressed store, hash-verified

43
44
45class ImportError(Exception):
46 """Error during import resolution."""
47
48 pass
49
50
51GENERATED_MARKER = "This file is generated by Apache Fory compiler."

Callers 4

from_arrow_schemaFunction · 0.85
to_arrow_schemaFunction · 0.85
resolve_importsFunction · 0.85
compile_file_recursiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected