Searched defs:FlagsType (Results 1 – 3 of 3) sorted by relevance
240 type FlagsType struct { struct241 IntTypeCommon242 Vals []uint64243 BitMask bool246 func (t *FlagsType) makeDefaultArg() Arg {250 func (t *FlagsType) isDefaultArg(arg Arg) bool {
1206 static PyTypeObject FlagsType = {0, 0, 0, 0, 0, 0}; variable
2032 static PyTypeObject FlagsType; variable