[−][src]Trait rustpython_vm::pyobject::PyValue
Associated Constants
Loading content...Required methods
fn class(vm: &VirtualMachine) -> PyClassRef
Provided methods
fn into_ref(self, vm: &VirtualMachine) -> PyRef<Self>
fn into_ref_with_type(
self,
vm: &VirtualMachine,
cls: PyClassRef
) -> PyResult<PyRef<Self>>
self,
vm: &VirtualMachine,
cls: PyClassRef
) -> PyResult<PyRef<Self>>
fn into_ref_with_type_unchecked(
self,
cls: PyClassRef,
dict: Option<PyDictRef>
) -> PyRef<Self>
self,
cls: PyClassRef,
dict: Option<PyDictRef>
) -> PyRef<Self>