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