(self, attributes: Any)
| 502 | raise NotImplementedError("BUG: Not Implemented _initAttributes") |
| 503 | |
| 504 | def _useAttributes(self, attributes: Any) -> None: |
| 505 | raise NotImplementedError("BUG: Not Implemented _useAttributes") |
| 506 | |
| 507 | |
| 508 | class GraphQlObject: |
no outgoing calls
no test coverage detected