I found, that there are some missing cursor kinds from enumerations.py script: CursorKind.MS_ASM_STMT = CursorKind(229) CursorKind.OBJ_SELF_EXPR = CursorKind(146) CursorKind.MODULE_IMPORT_DECL = CursorKind(600)
I found, that there are some missing cursor kinds from enumerations.py script:
CursorKind.MS_ASM_STMT = CursorKind(229)
CursorKind.OBJ_SELF_EXPR = CursorKind(146)
CursorKind.MODULE_IMPORT_DECL = CursorKind(600)