Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goplus/py
/ CheckExact
Method
CheckExact
tuple.go:68–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
func
(t *Tuple) CheckExact() bool {
69
ret := C.tupleCheckE(t.c())
70
if
int(ret) != 0 {
71
return
true
72
}
73
return
false
74
}
75
76
func
(t *Tuple) Size() int {
77
ret := C.PyTuple_Size(t.c())
Callers
nothing calls this directly
Calls
1
c
Method · 0.80
Tested by
no test coverage detected