MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / PyInstance

Class PyInstance

src/objects/oldstyle.rs:38–38  ·  view source on GitHub ↗

Represents an old-style Python instance. Only available with Python 2.x.

Source from the content-addressed store, hash-verified

36///
37/// Only available with Python 2.x.
38pub struct PyInstance(PyObject);
39pyobject_newtype!(PyInstance, PyInstance_Check, PyInstance_Type);
40
41impl PyClass {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected