PYTHON OBJECTS Meaning in Japanese - translations and usage examples

['paiθn 'ɒbdʒikts]
['paiθn 'ɒbdʒikts]
pythonオブジェクト

Examples of using Python objects in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Cross-referencing Python objects¶.
Pythonオブジェクトのクロススリファンレス¶。
All Python objects(even Python integers) have a type and a reference count.
全てのPythonオブジェクトには(Python整数型ですら)型(type)と参照カウント(referencecount)があります。
Key-value store for saving arbitrary Python objects.
任意のPythonオブジェクトを保存するキーバリューストア。
Encode Python objects as JSON strings, and decode JSON strings into Python objects.
PythonオブジェクトをJSON文字列へエンコード、JSON文字列をPythonオブジェクトへデコードする。
Shelve- Persistent storage of arbitrary Python objects.
Shelve-任意のPythonオブジェクトの永続ストレージ。
For general persistence and transfer of Python objects through RPC calls, see the modules pickle and shelve.
汎用的な永続化や、RPC呼び出しを通じたPythonオブジェクトの転送については、モジュールpickleおよびshelveを参照してください。
TuplesThe items of a tuple are arbitrary Python objects.
タプル型(tuple)タプルの要素は任意のPythonオブジェクトです
The allocation of heap space for Python objects and other internal buffers is performed on demand by the Python memory manager through the Python/C API functions listed in this document.
Pythonオブジェクトや内部使用されるバッファを入れるためのヒープ空間のメモリ確保は、必要に応じて、Pythonメモリマネージャがこのドキュメント内で列挙しているPython/CAPI関数群を介して行います。
A module to provide aset of classes to treat setting contents as python objects.
設定内容をpythonオブジェクトとして扱うためのクラス群を提供するモジュールです。
Therefore, only the thread with the GIL can manipulate Python objects or call Python/C API functions.
このため、GILを獲得したスレッドだけがPythonオブジェクトを操作したり、Python/CAPI関数を呼び出したりできるというルールがあります。
Contrary to JSON,pickle is a protocol which allows the serialization of arbitrarily complex Python objects.
JSONとは対照的に、pickleは任意の複雑なPythonオブジェクトをシリアライズ可能なプロトコルです。
It allows you to take a string containing binary data(usually numbers)and convert it to Python objects; and vice versa.
これでバイナリデータ(通常は数)を含む文字列を取って、Pythonオブジェクトに変換することができますし、その逆もできます。
You can also call the lower-level operations described in the previous chapters to construct anduse Python objects.
これまでの各章で説明した低水準の操作を呼び出して、Pythonオブジェクトを構築したり使用したりもできます。
Python has a more primitive serialization module called marshal, but in general pickle shouldalways be the preferred way to serialize Python objects. marshal exists primarily to support Python's.
Pythonにはmarshalと呼ばれるより原始的な直列化モジュールがありますが、一般的にPythonオブジェクトを直列化する方法としてはpickleを選ぶべきです。
Reference Counting- Python 3.8.0 documentation Reference Counting¶ The macros in this sectionare used for managing reference counts of Python objects.
参照カウント-Python3.8.0ドキュメント参照カウント¶この節のマクロはPythonオブジェクトの参照カウントを管理するために使われます。
However it means that non-Python programs maynot be able to reconstruct pickled Python objects.
ただし、これは非PythonプログラムがpickleされたPythonオブジェクトを再構成することができないということも意味します。
In is the proper way to do the membership check in Python list, set,dictionary or other iterable Python objects.
Inは、Pythonリスト、セット、辞書、またはその他の反復可能なPythonオブジェクトのメンバーシップチェックを行う適切な方法です。
During reading, the build environment is updated with all meta- and cross reference data of the read documents, such as labels, the names of headings,described Python objects and index entries.
ソースを読み込んでいる間は、ラベルや見出し名、説明されているPythonオブジェクト、索引のエントリーなどのめたな情報やクロスファンレスの情報がビルド環境に出力されます。
During reading, the build environment is updated with all meta- and cross reference data of the read documents, such as labels, the names of headings,described Python objects and index entries.
ソースを読み込んでいる間は、ラベルや見出し名、説明されているPythonオブジェクト、索引のエントリーなどのメタな情報やクロスファンレスの情報がビルド環境に出力されます。
Nexedi is a the developer of NEO, an open source distributed transactional NoSQL databasebuilt on MariaDB that implements the ZODB protocol for python objects.
NexediはさらにNEOという技術を開発しています。NEOはオープンソースの分散型トランザクション対応のNoSQLデータベースでMariaDB上に構築されており、プログラミング言語PythonのオブジェクトのためのZODBプロトコルが実装されています。
Shortly afterwards, it was made available for everyone as a documentation tool, but the documentation of Python modules remained deeply built in- the most fundamental directives, like function,were designed for Python objects.
それはPythonの言語ドキュメンテーションです。程なくして、汎用ドキュメンテーションツールとして提供されるようになりましたが、依然、Pythonモジュールのドキュメンテーションが'深く組み込まれたままで、functionのような最も基本的なディレクティブ群はPythonのオブジェクト用に設計されました。
Auto_rebind Boolean. True if partial created from this Python object.
Auto_rebindブール値。Pythonのオブジェクトから作られVimscriptの辞。
The following type check macros work on pointers to any Python object.
以降の型チェックマクロはすべてのPythonオブジェクトに対するポインタに対して動作します。
There is a built-in sys. getsizeof() method,which returns the size of pure Python object only.
純粋なPythonオブジェクトのサイズだけを返す、組み込みのsys.getsizeof()というメソッドがあります。
Set the id to the Python object id of the node to make duplicates.
重複を分かり易くするためにノードのPythonオブジェクトidにidをセットする。
RuntimeError: maximum recursion depth exceeded while calling a Python object.
LinuxだとpipinstallcupyでRuntimeError:maximumrecursiondepthexceededwhilecallingaPythonobjectとなり詰まる。
Pickling" is the process whereby a Python object hierarchy is converted into a byte stream, and"unpickling" is the inverse operation, whereby a byte stream(from a binary file or bytes-like object) is converted back into an object hierarchy.
Pickle化"はPythonオブジェクト階層をバイトストリームに変換する処理、"非pickle化"は(バイナリファイルまたはバイトライクオブジェクトから) バイトストリームをオブジェクト階層に復元する処理を意味します。
Marshal--- Internal Python object serialization- Python 3.8.0 文档 marshal--- Internal Python object serialization¶ This module contains functions that can read and write Python values in a binary format.
Marshal---内部使用向けのPythonオブジェクト整列化-Python3.8.0ドキュメントmarshal---内部使用向けのPythonオブジェクト整列化¶このモジュールにはPython値をバイナリ形式で読み書きできるような関数が含まれています。
Every Python object maintains a count of the number of references pointing to itself, and adjusts the count as references are created or destroyed.
全てのPythonオブジェクトは自身を参照している数を維持していて、参照が作成されたり破壊されたりするカウントを調整しています。
They will also accept any Python object that has either a__complex__() or a__float__() method: these methods are used to convert the object to a complex or floating-point number, respectively, and the function is then applied to the result of the conversion.
また、__complex__()または__float__()どちらかのメソッドを提供しているPythonオブジェクトも受け付けます。これらのメソッドはそのオブジェクトを複素数または浮動小数点数に変換するのにそれぞれ使われ、呼び出された関数はそうして変換された結果を利用します。
Results: 235, Time: 0.0317

Word-for-word translation

Top dictionary queries

English - Japanese