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

Method get_module_name

compiler/fory_compiler/generators/scala.py:241–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

239 return scala_package_path(self.schema)
240
241 def get_module_name(self) -> str:
242 return self._module_name(self.schema)
243
244 def is_imported_type(self, type_def: object) -> bool:
245 if not self.schema.source_file:

Callers 3

generate_to_bytesMethod · 0.95
generate_companionMethod · 0.95
generate_module_fileMethod · 0.95

Calls 1

_module_nameMethod · 0.95

Tested by

no test coverage detected