()
| 500 | |
| 501 | @staticmethod |
| 502 | def get_ast_index(): |
| 503 | if LazyImportModule._AST_INDEX is None: |
| 504 | LazyImportModule._AST_INDEX = load_index() |
| 505 | return LazyImportModule._AST_INDEX |
| 506 | |
| 507 | @staticmethod |
| 508 | def import_module(signature): |
no test coverage detected