MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / asRaw

Method asRaw

pkg/filament/cpython/object.go:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232}
233
234func (ob *PyObject) asRaw() *C.PyObject {
235 return ob.rawptr
236}
237
238// SetAttrString set the value of the attribute provided for this object to the specified value.
239func (ob *PyObject) SetAttrString(name string, value *C.PyObject) error {

Callers 2

StringSliceMethod · 0.95
NewPyObjectFromValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected