Home | History | Annotate | Download | only in Modules

Lines Matching refs:PAT_OFF

2693 #define PAT_OFF(x) offsetof(PatternObject, x)

2695 {"pattern", T_OBJECT, PAT_OFF(pattern), READONLY},
2696 {"flags", T_INT, PAT_OFF(flags), READONLY},
2697 {"groups", T_PYSSIZET, PAT_OFF(groups), READONLY},
2698 {"groupindex", T_OBJECT, PAT_OFF(groupindex), READONLY},