C# 클래스 Python.Runtime.ArrayObject

Implements a Python type for managed arrays. This type is essentially the same as a ClassObject, except that it provides sequence semantics to support natural array usage (indexing) from Python.
상속: ClassBase
파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

비공개 메소드들

메소드 설명
ArrayObject ( Type tp ) : System
CanSubclass ( ) : bool
mp_ass_subscript ( IntPtr ob, IntPtr idx, IntPtr v ) : int
mp_length ( IntPtr ob ) : int
mp_subscript ( IntPtr ob, IntPtr idx ) : IntPtr
sq_contains ( IntPtr ob, IntPtr v ) : int
tp_new ( IntPtr tp, IntPtr args, IntPtr kw ) : IntPtr