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

Method _module_name

compiler/fory_compiler/generators/scala.py:282–283  ·  view source on GitHub ↗
(self, schema: Schema)

Source from the content-addressed store, hash-verified

280 )
281
282 def _module_name(self, schema: Schema) -> str:
283 return scala_module_name(schema)
284
285 def _scala_package_for_type(self, type_def: object) -> Optional[str]:
286 location = getattr(type_def, "location", None)

Callers 2

get_module_nameMethod · 0.95
_imported_regsMethod · 0.95

Calls 1

scala_module_nameFunction · 0.85

Tested by

no test coverage detected