| 8 | import "unsafe" |
| 9 | |
| 10 | type Tuple struct { |
| 11 | Base |
| 12 | o C.PyTupleObject |
| 13 | } |
| 14 | |
| 15 | // TupleType is the Type object that represents the Tuple type. |
| 16 | var TupleType = (*Type)(unsafe.Pointer(&C.PyTuple_Type)) |
nothing calls this directly
no outgoing calls
no test coverage detected