Allocate a new Pythonobject using the C structure type TYPE and the Python type object type. C 構造体型 TYPE と Python 型オブジェクト type を使って新たな Python オブジェクトをメモリ確保します。 - Python
This instance of PyTypeObject represents the Python tuple type; it is the same object as types.TupleType in the Python layer. この PyTypeObject のインスタンスは Python のタプル型を表現します; Python レイヤにおける types.TupleType - Python
The instance of PyTypeObject which represents the Pythonbuffer type; it is the same object as types.BufferType in the Python layer. Python バッファ型 (buffer type) を表現するPyTypeObject です;Python レイヤにおける types.BufferType - Python
Convert a C long int to a Python integer object.
C の long int を Python の整数オブジェクトに変換します。 - Python
Derives a file-descriptor from a Pythonobject.
Python オブジェクトからファイル記述子を取り出します。 - Python
Store a Pythonobject (without any conversion) in a C object pointer. Python オブジェクトを (一切変換を行わずに) C の Python オブジェクト型ポインタに保存します。 - Python
Convert anything to a Pythonobject through a converter function. anything を converter 関数を介して Python オブジェクトに変換します。 - Python
The Python None object, denoting lack of value.
Python における None オブジェクトで、値がないことを表します。 - Python
This subtype of PyObject represents a Python list object.
この PyObject のサブタイプは Python のリストオブジェクトを表現します。 - Python
This subtype of PyObject represents a Python tuple object.
この PyObject のサブタイプは Python のタプルオブジェクトを表現します。 - Python
Convert a plain C int to a Python integer object.
通常の C の int を Python の整数オブジェクトに変換します。 - Python
This subtype of PyObject represents a Python dictionary object. この PyObject のサブタイプは Python の辞書オブジェクトを表現します。 - Python
Python is an interpreted, object-oriented programming language.
Python はインタプリタ形式の、オブジェクト指向のプログラミング言語です。 - Python
Convert a null-terminated C string to a Pythonobject.
null 終端された C 文字列から Python オブジェクトに変換します。 - Python
Convert a C string and its length to a Pythonobject.
C 文字列とその長さから Python オブジェクトに変換します。 - Python
This subtype of PyObject represents a Python file object.
この PyObject のサブタイプは Python のファイル型オブジェクトを表現します。 - Python
This subtype of PyObject represents a Python integer object. この PyObject のサブタイプは Python の整数型オブジェクトを表現します。 - Python
Returns an AEDesc object containing a conversion of Python value x. Python 値 x を変換した値を保持する AEDesc オブジェクトを返します。 - Python
This subtype of PyObject represents a Python string object.
この PyObject のサブタイプは Python の文字列オブジェクトを表現します。 - Python
Tries to compile source, which should be a string of Python code and return a code object if source is valid Python code. sourceが有効なPythonコードではないが、有効なPythonコードの接頭語である場合には、Noneを返します。 - Python
This instance of PyTypeObject represents the Python string type; it is the same object as types.TypeType in the Python layer. この PyTypeObject のインスタンスは Python の文字列型を表現します; このオブジェクトは Python レイヤにおけるtypes.TypeType と同じです。 - Python
Convert a Pythonobject to a C variable through a converter function. Python オブジェクトを converter 関数を介して C の変数に変換します。 - Python
Return the name of the Python source file in which an object was defined. オブジェクトを定義しているPythonソースファイルの名前を返します。 - Python
This is a Python type object that represents the socket object type.It is the same as type(socket(...)).
ソケットオブジェクトの型を示す型オブジェクト。 - Python
Python is an extensible, interpreted, object-oriented programming language. Pythonは拡張性のあるインタプリタ形式のオブジェクト指向言語です。 - Python
Fields not defined by the Pythonobject header are not initialized. Python オブジェクトヘッダで定義されていないフィールドは初期化されません。 - Python
If the Pythonobject does not have the required type,TypeError is raised. Python オブジェクトが指定した型ではない場合、TypeError を送出します。 - Python
Like "O" but requires that the Pythonobject is a Unicodeobject.
"O" に似ていますが、Python オブジェクトは Unicode オブジェクトでなければなりません。 - Python
General object persistence built on top of the Python dbm interface.
Python dbm インタフェース上に構築された汎用オブジェクト永続化機構。 - Python
These are the basic Unicode object types used for the Unicodeimplementation in Python:
以下は Python の Unicode 実装に用いられている基本 Unicode オブジェクト型です: - Python
This is the type object for type objects; it is the same object as types.TypeType in the Python layer. 型オブジェクト自身の型オブジェクトです; Python レイヤにおけるtypes.TypeType と同じオブジェクトです。 - Python
Like "O" but requires that the Pythonobject is a stringobject.
"O" に似ていますが、Python オブジェクトは文字列オブジェクトでなければなりません。 - Python
This is the same object as types.ListType.
これは Python レイヤにおけるtypes.ListType と同じオブジェクトです。 - Python
Calls a method of the object o, where the name of the method is given as a Python string object in name. オブジェクト o のメソッドを呼び出します、メソッド名はPython 文字列オブジェクトname で与えます。 - Python
First, the Python program must somehow pass you the Python function object. まず、C のコードに対してコールバックを登録しようとする Python プログラムは、何らかの方法でPython の関数オブジェクトを渡さねばなりません。 - Python
Encodes a Unicode objects using UTF-8 and returns the result as Python string object. UTF-8 で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Encodes a Unicode objects using Unicode-Escape and returns the result as Python string object. Unicode-Escape で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.