()
| 232 | } |
| 233 | |
| 234 | func (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. |
| 239 | func (ob *PyObject) SetAttrString(name string, value *C.PyObject) error { |
no outgoing calls
no test coverage detected