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

Function AsTuple

tuple.go:32–37  ·  view source on GitHub ↗
(o *Base)

Source from the content-addressed store, hash-verified

30}
31
32func AsTuple(o *Base) (v *Tuple, ok bool) {
33 if ok = C.tupleCheck(o.c()) != 0; ok {
34 v = newTuple(o.c())
35 }
36 return
37}
38
39// PackTuple returns a new *Tuple which contains the arguments. This tuple is
40// ready to use.

Callers

nothing calls this directly

Calls 2

newTupleFunction · 0.85
cMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…