Home | History | Annotate | Download | only in Modules

Lines Matching refs:PAT_OFF

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

2616 {"pattern", T_OBJECT, PAT_OFF(pattern), READONLY},
2617 {"flags", T_INT, PAT_OFF(flags), READONLY},
2618 {"groups", T_PYSSIZET, PAT_OFF(groups), READONLY},
2619 {"groupindex", T_OBJECT, PAT_OFF(groupindex), READONLY},