(self)
| 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: |
no test coverage detected