Validates an identifier name, raising an exception if invalid
(self, ident: str)
| 2719 | raise NotImplementedError() |
| 2720 | |
| 2721 | def validate_identifier(self, ident: str) -> None: |
| 2722 | """Validates an identifier name, raising an exception if invalid""" |
| 2723 | |
| 2724 | |
| 2725 | class CreateEnginePlugin: |
no outgoing calls
no test coverage detected