MCPcopy 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
303func ToPyObject(p unsafe.Pointer) *C.PyObject {
304 o := (*C.PyObject)(p)
305 return o
306}

Callers 9

GetItemFunction · 0.85
PyTupleSetItemFunction · 0.85
PyTupleGetItemFunction · 0.85
PyObjectCallObjectFunction · 0.85
PyObjectGetAttrFunction · 0.85
PyBytesAsStringFunction · 0.85
PyLongAsLongFunction · 0.85
PyIncRefFunction · 0.85
PyDecRefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected