| 163 | ] |
| 164 | |
| 165 | class _LazyAnnotationLib: |
| 166 | def __getattr__(self, attr): |
| 167 | global _lazy_annotationlib |
| 168 | import annotationlib |
| 169 | _lazy_annotationlib = annotationlib |
| 170 | return getattr(annotationlib, attr) |
| 171 | |
| 172 | _lazy_annotationlib = _LazyAnnotationLib() |
| 173 |
no outgoing calls
no test coverage detected
searching dependent graphs…