Validates an identifier name, raising an exception if invalid
(self, ident: str)
| 2746 | raise NotImplementedError() |
| 2747 | |
| 2748 | def validate_identifier(self, ident: str) -> None: |
| 2749 | """Validates an identifier name, raising an exception if invalid""" |
| 2750 | |
| 2751 | |
| 2752 | class CreateEnginePlugin: |
no outgoing calls
no test coverage detected