「python object」を含む例文一覧(134)

1 2 3 次へ>
  • Python object persistence.
    Python オブジェクトの永続化。 - Python
  • 3.14 pickle -- Python object serialization
    3.14 pickle -- Python オブジェクトの整列化 - Python
  • 3.17 shelve -- Python object persistence
    3.17 shelve -- Python オブジェクトの永続化 - Python
  • The Python False object.
    Python における False オブジェクトです。 - Python
  • The Python True object.
    Python における True オブジェクトです。 - Python
  • This might be any Python object.
    任意の Python オブジェクトです。 - Python
  • Python representation of the Apple Event Object Model.
    Apple Event オブジェクトモデルの Python 表現 - Python
  • Store a Python object in a C object pointer.
    Python オブジェクトを C の Python オブジェクト型ポインタに保存します。 - Python
  • Document Object Model API for Python.
    Python のための文書オブジェクトモデル API。 - Python
  • Object which is visible in Python as None.
    Python からは None に見えるオブジェクトです。 - Python
  • Marshal a Python object, value, to file.
    Python オブジェクトvalue を file へ整列化します。 - Python
  • 3.19 marshal -- Internal Python object serialization
    3.19 marshal -- 内部使用向けの Python オブジェクト整列化 - Python
  • Allocate a new Python object 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 Python object.
    Python オブジェクトからファイル記述子を取り出します。 - Python
  • Store a Python object (without any conversion) in a C object pointer.
    Python オブジェクトを (一切変換を行わずに) C の Python オブジェクト型ポインタに保存します。 - Python
  • Convert anything to a Python object 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 Python object.
    null 終端された C 文字列から Python オブジェクトに変換します。 - Python
  • Convert a C string and its length to a Python object.
    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 Python object 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
  • Python supports weak references as first-class objects.
    Python は 弱参照 を第一級オブジェクト (first-class object)としてサポートします。 - 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 Python object header are not initialized.
    Python オブジェクトヘッダで定義されていないフィールドは初期化されません。 - Python
  • If the Python object does not have the required type,TypeError is raised.
    Python オブジェクトが指定した型ではない場合、TypeError を送出します。 - Python
  • Like "O" but requires that the Python object 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 Python object 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
1 2 3 次へ>

例文データの著作権について