Movatterモバイル変換


[0]ホーム

URL:


[][src]Traitrustpython_vm::pyobject::PyValue

pub trait PyValue:Debug +Sized + 'static {    constHAVE_DICT:bool;    fnclass(vm: &VirtualMachine) ->PyClassRef;    fninto_ref(self, vm: &VirtualMachine) ->PyRef<Self> { ... }
fninto_ref_with_type(
        self,
        vm: &VirtualMachine,
        cls:PyClassRef
    ) ->PyResult<PyRef<Self>> { ... }
fninto_ref_with_type_unchecked(
        self,
        cls:PyClassRef,
        dict:Option<PyDictRef>
    ) ->PyRef<Self> { ... }}

Associated Constants

constHAVE_DICT:bool

Loading content...

Required methods

fnclass(vm: &VirtualMachine) ->PyClassRef

Loading content...

Provided methods

fninto_ref(self, vm: &VirtualMachine) ->PyRef<Self>

fninto_ref_with_type(
    self,
    vm: &VirtualMachine,
    cls:PyClassRef
) ->PyResult<PyRef<Self>>

fninto_ref_with_type_unchecked(
    self,
    cls:PyClassRef,
    dict:Option<PyDictRef>
) ->PyRef<Self>

Loading content...

Implementations on Foreign Types

implPyValue for Passwd[src]

fnclass(vm: &VirtualMachine) ->PyClassRef[src]

Loading content...

Implementors

impl PyValue forPyBaseException[src]

impl PyValue forPyBuiltinFunction[src]

impl PyValue forPyBuiltinMethod[src]

impl PyValue forPyByteArray[src]

impl PyValue forPyByteArrayIterator[src]

impl PyValue forPyBytes[src]

impl PyValue forPyBytesIterator[src]

impl PyValue forPyClassMethod[src]

impl PyValue forPyCode[src]

impl PyValue forPyComplex[src]

impl PyValue forPyCoroutine[src]

impl PyValue forPyCoroutineWrapper[src]

impl PyValue forPyDict[src]

impl PyValue forPyEnumerate[src]

impl PyValue forPyFilter[src]

impl PyValue forPyFloat[src]

impl PyValue forPyBoundMethod[src]

impl PyValue forPyFunction[src]

impl PyValue forPyGenerator[src]

impl PyValue forPyGetSet[src]

impl PyValue forPyInt[src]

impl PyValue forPySequenceIterator[src]

impl PyValue forPyList[src]

impl PyValue forPyListIterator[src]

impl PyValue forPyListReverseIterator[src]

impl PyValue forPyMap[src]

impl PyValue forPyMappingProxy[src]

impl PyValue forPyMemoryView[src]

impl PyValue forPyModule[src]

impl PyValue forPyNamespace[src]

impl PyValue forPyNone[src]

impl PyValue forPyBaseObject[src]

impl PyValue forPyProperty[src]

impl PyValue forPyRange[src]

impl PyValue forPyRangeIterator[src]

impl PyValue forPyFrozenSet[src]

impl PyValue forPySet[src]

impl PyValue forPySlice[src]

impl PyValue forPyStaticMethod[src]

impl PyValue forPyString[src]

impl PyValue forPyStringIterator[src]

impl PyValue forPyStringReverseIterator[src]

impl PyValue forPySuper[src]

impl PyValue forPyTraceback[src]

impl PyValue forPyTuple[src]

impl PyValue forPyTupleIterator[src]

impl PyValue forPyClass[src]

impl PyValue forPyWeakProxy[src]

impl PyValue forPyWeak[src]

impl PyValue forPyZip[src]

impl PyValue forPyEllipsis[src]

impl PyValue forPyNotImplemented[src]

impl PyValue forPyArray[src]

impl PyValue forPyArrayIter[src]

impl PyValue forPySocket[src]

Loading content...

[8]ページ先頭

©2009-2025 Movatter.jp