Return the number of type informations
(self)
| 227 | if TYPE_CHECKING: |
| 228 | |
| 229 | def GetTypeInfoCount(self) -> int: |
| 230 | """Return the number of type informations""" |
| 231 | ... |
| 232 | |
| 233 | def GetTypeInfo(self, index: int) -> "ITypeInfo": |
| 234 | """Load type info by index""" |
no outgoing calls