Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TykTechnologies/tyk
/ ToPyObject
Function
ToPyObject
dlpython/binding.go:303–306 ·
view source on GitHub ↗
(p unsafe.Pointer)
Source
from the content-addressed store, hash-verified
301
}
302
303
func
ToPyObject(p unsafe.Pointer) *C.PyObject {
304
o := (*C.PyObject)(p)
305
return
o
306
}
Callers
9
GetItem
Function · 0.85
PyTupleSetItem
Function · 0.85
PyTupleGetItem
Function · 0.85
PyObjectCallObject
Function · 0.85
PyObjectGetAttr
Function · 0.85
PyBytesAsString
Function · 0.85
PyLongAsLong
Function · 0.85
PyIncRef
Function · 0.85
PyDecRef
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected