1153万例文収録!

「python object」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > python objectに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

python objectの部分一致の例文一覧と使い方

該当件数 : 134



例文

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




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS