MCPcopy Create free account
hub / github.com/goplus/py / Tuple

Struct Tuple

tuple.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import "unsafe"
9
10type Tuple struct {
11 Base
12 o C.PyTupleObject
13}
14
15// TupleType is the Type object that represents the Tuple type.
16var TupleType = (*Type)(unsafe.Pointer(&C.PyTuple_Type))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected