「interface python」を含む例文一覧(42)

  • 16.1 Tkinter -- Python interface to Tcl/Tk
    16.1 Tkinter -- Tcl/Tk への Python インタフェース - Python
  • The xml.parsers.expat module is a Python interface to the Expat
    へのPython インタフェースです。 - Python
  • A Python interface to Unix shell pipelines.
    Python による Unix シェルパイプラインへのインタフェース。 - Python
  • The Tkinter module (``Tk interface'') is the standard Python interface to the Tk GUI toolkit.
    Tkinter モジュール (``Tk インタフェース'') は、Tk GUI ツールキットに対する標準の Python インタフェースです。 - Python
  • General object persistence built on top of the Python dbm interface.
    Python dbm インタフェース上に構築された汎用オブジェクト永続化機構。 - Python
  • Introduction The Application Programmer's Interface to Python gives C and C++ programmers access to the Python interpreter at a variety of levels.
    Python のアプリケーションプログラマ用インタフェース (Application Programmer's Interface, API) は、Python インタプリタに対する様々なレベルでのアクセス手段をC や C++ のプログラマに提供しています。 - Python
  • When embedding Python, the interface code does:
    Python を埋め込む場合には、インタフェースコードが行う作業は以下のようになります: - Python
  • Perform a function call to a Python interface routine using the converted values, and
    変換された値を使って Python インタフェースルーチンの関数呼び出しを行い、 - Python
  • The cPickle module supports serialization andde-serialization of Python objects, providing an interface and functionality nearly identical to the
    cPickle モジュールは Python オブジェクトの直列化および非直列化をサポートし、 - Python
  • The simplest form of embedding Python is the use of the very high level interface.
    Python の埋め込みの最も簡単な形式は、超高水準インタフェースの利用です。 - Python
  • The dumbdbm module provides a persistent dictionary-like interface which is written entirely in Python. Unlike other modules such as
    dumbdbm モジュールは永続性辞書に類似したインタフェースを提供し、全て Python で書かれています。 - Python
  • The xml.sax package provides a number of modules which implement the Simple API for XML (SAX) interface for Python.
    xml.sax パッケージはPython 用の Simple API for XML (SAX) インターフェースを実装した数多くのモジュールを提供しています。 - Python
  • Other uses are also imaginable.Fortunately, the Python interpreter is easily called recursively, and there is a standard interface to call a Python function.
    もちろん、他の用途も考えられます。 幸運なことに、Python インタプリタは簡単に再帰呼び出しでき、Python 関数を呼び出すための標準インタフェースもあります。 - Python
  • Starting with Python 2.2, these objects provide the interface defined in the DOM specification, but with earlier versions of Python they do not support the official API.
    Python 2.2 からは、これらのオブジェクトはDOM 仕様で定義されたインタフェースを提供していますが、それ以前のバージョンの Python では、公式の API をサポートしていません。 - Python
  • The primary purpose for this interface is to allow Python code to edit the parse tree of a Python expression and create executable code from this.
    このインターフェイスの第一の目的は、PythonコードからPythonの式の解析木を編集したり、これから実行可能なコードを作成したりできるようにすることです。 - Python
  • This interface is intended to execute a Python script without needing to interact with the application directly.
    このインタフェースは、アプリケーションとやり取りする必要がないPython スクリプトを実行するためのものです。 - Python
  • Python has a fairly complete implementation of the Open ScriptingArchitecure (OSA, also commonly referred to as AppleScript), allowing you to control scriptable applications from your Python program,and with a fairly pythonic interface.
    Python は オープンスクリプティングアーキテクチャ(Open ScriptingArchitecure、OSA、一般的には AppleScript と呼ばれる)のかなり完全な実装を行っていて、Python プログラムからスクリプト可能なアプリケーションを操作したり、Python へのインターフェースを備えたものにすることができます。 - Python
  • Python objects implemented in C can export a group of functions called the ``buffer
    C で実装された Python オブジェクトは、``バッファインタフェース(buffer interface)'' と呼ばれる一連の関数を公開していることがあります。 - Python
  • The parser module provides an interface to Python's internal parser and byte-code compiler.
    parserモジュールはPythonの内部パーサとバイトコード・コンパイラへのインターフェイスを提供します。 - Python
  • Note:The earlier SAX 1 interface provided by the PythonXML Special Interest Group used a more Java-like interface for this method.
    注意:Python XML SIG が提供していた初期 SAX 1 では、このメソッドにもっと JAVA 風のインターフェースが用いられています。 - Python
  • This module is intended to take care of the different cases and provide a simpler interface to the Python script.
    このモジュールでは、上記のケースの違いに注意しつつ、Python スクリプトに対しては単純なインタフェースを提供しています。 - Python
  • This module mirrors the interface of the other Python database modules that provide access to DBM-styledatabases.
    このモジュールは、 DBM 形式のデータベースへのアクセスを提供する他の Python データベースモジュールのインタフェースをそのまま反映しています。 - Python
  • This module provides a standard interface to extract, format and print stack traces of Python programs.
    このモジュールはPythonプログラムのスタックトレースを抽出し、書式を整え、表示するための標準インターフェースを提供します。 - Python
  • If a C interface makes use of callbacks, the equivalent Python often needs to provide a callback mechanism to the Python programmer; the implementation will require calling the Python callback functions from a C callback.
    ある C インタフェースがコールバックを利用している場合、同等の機能を提供する Python コードでは、しばしば Python プログラマにコールバック機構を提供する必要があります; このとき実装では、C で書かれたコールバック関数から Python で書かれたコールパック関数を呼び出すようにする必要があるでしょう。 - Python
  • Since most parsers used from Python did not take advantage of the older interface, the simpler signature was chosen to replace it.
    しかし Python で採用されている大半のパーサでは古いインターフェースを有効に使うことができないため、よりシンプルなものに変更されました。 - Python
  • They are, however, much more ``Pythonic'' than the interface defined in the W3C recommendations.
    しかしながら、これらの API は W3C 勧告で定義されたインタフェースよりも ``Python 的な'' ものになっています。 - Python
  • The high level interface gives you the ability to execute arbitrary pieces of Python code from your application, butexchanging data values is quite cumbersome to say the least.
    高水準インタフェースは、断片的な Python コードをアプリケーションから実行できるようにしてくれますが、アプリケーションと Python コードの間でのデータのやり取りは、控えめに言っても煩わしいものです。 - Python
  • module is essentially a DOM1.0-compatible DOM with some DOM 2 features (primarily namespacefeatures).Usage of the DOM interface in Python is straight-forward.
    モジュールは、本質的にはDOM 1.0 互換の DOM に、いくつかの DOM 2 機能 (主に名前空間機能) を追加したものです。 Python における DOM インタフェースは率直なものです。 - Python
  • Like in the section about the very high level interface,the Python interpreter does not directly interact with the application (but that will change in the next section).The code to run a function defined in a Python script is:
    超高水準インタフェースに関する節で挙げた例と同様に、Python インタプリタはアプリケーションと直接やりとりはしません (が、次の節でやりとりするよう変更します)。 Python スクリプト内で定義されている関数を実行するためのコードは以下のようになります: - Python
  • As distributed the Python library includes packages that implement the standard suites, plus packages that interface to a small number of common applications.To send AppleEvents to an application you must first create the Python package interfacing to the terminology of the application (whatScript Editor calls the "Dictionary").
    配布されている Python ライブラリは、Standard Suite を実装したパッケージに加えて、いくつかの一般的なアプリケーションへのインターフェースを実装したパッケージが含まれています。 アプリケーションに AppleEvent を送るためには、アプリケーションの用語(Script Editorが「辞書」と呼ぶもの)に接続する Python パッケージを最初に作成しなければなりません。 - Python
  • Website with documentation for the new python Berkeley DB interface that closely mirrors the sleepycat object oriented interface provided in Berkeley DB 3 and 4.
    新しいBerkeley DBインターフェースのドキュメントがあります。 新しいインターフェースは、BerkeleyDB 3と4でsleepycatが提供しているオブジェクト指向インターフェースとほぼ同じインターフェースとなっています。 - Python
  • These are used for profiling, debugging, and coverage analysis tools.Starting with Python 2.2, the implementation of this facility wassubstantially revised, and an interface from C was added.
    このサポートは、プロファイルやデバッグ、適用範囲分析 (coverage analysis) ツールなどに使われます。 Python 2.2 になってから、この機能の実装は実質的に作り直され、C から呼び出すためのインタフェースが追加されました。 - Python
  • Since Python does not have an explicit notion of interface, they are formally introduced as classes, but applications may use implementations which do not inherit from the provided classes.
    Python はインターフェースという明確な概念を提供していないため、形としてはクラスが用いられています。 しかし提供されるクラスを継承せずに、アプリケーション側で独自に実装することも可能です。 - Python
  • In some cases the argument list is also provided by the Python program, through the same interface that specified the callback function. It can then be saved and used in the same manner as the function object.
    あるケースでは、コールバック関数を指定したのと同じインタフェースを介して、引数リストも渡されているかもしれません。 - Python
  • The mhlib module provides a Python interface to MH folders and their contents.The module contains three basic classes, MH, which represents a particular collection of folders, Folder, which represents a single folder, and Message, which represents a single message.
    mhlib モジュールは MH フォルダおよびその内容に対する Python インタフェースを提供します。 このモジュールには、あるフォルダの集まりを表現する MH、単一のフォルダを表現する Folder、単一のメッセージを表現する Message、の 3 つのクラスが入っています。 - Python
  • DOM Level3adds a Load/Store specification, which defines an interface to the reader, but this is not yet available in the Python standard library.Once you have a DOM document object, you can access the parts of your XML document through its properties and methods.
    DOM レベル3 ではロード(Load)/ストア(Store) 仕様が追加され、リーダのインタフェースにを定義していますが、Python 標準ライブラリではまだ利用することができません。 DOM 文書オブジェクトを生成したら、そのプロパティとメソッドを使ってXML 文書の一部にアクセスできます。 - Python
  • However, their data can come from one of two sources: from a block of memory, or from another object which exports the bufferinterface.Buffer objects are useful as a way to expose the data from anotherobject's buffer interface to the Python programmer.
    しかし、バッファオブジェクトのデータは二つのデータソース:何らかのメモリブロックか、バッファインタフェースを公開している別のオブジェクト、のいずれかに由来しています。 バッファオブジェクトは、他のオブジェクトのバッファインタフェースからPython プログラマにデータを公開する方法として便利です。 - Python
  • The essential attributes of the facility have not changed; the interface allows trace functions to be installedper-thread, and the basic events reported to the trace function are the same as had been reported to the Python-level trace functions in previous versions.
    プロファイルやトレース機能の本質的な特性は変わっていません;インタフェースではとレース関数をスレッドごとにインストールでき、トレース関数に報告される基本イベント (basic event) は以前のバージョンにおいて Python レベルのトレース関数で報告されていたものと同じです。 - Python
  • For details on JPEG or the Independent JPEG Group software refer to the JPEG standard or the documentation provided with the software.A portable interface to JPEG image files is available with the PythonImaging Library (PIL) by Fredrik Lundh.
    JPEG、あるいはIndependent JPEG Groupソフトウェアの詳細は、標準JPEG、若しくは提供されるソフトウェアのドキュメントを参照してください。 JPEGファイルを扱うポータブルなインタフェースはFredrik LundhによるPython Imaging Library (PIL)があります。 - Python
  • The interface described below allows you to write your module and application messages in one natural language, and provide a catalog of translated messages for running under different naturallanguages.Some hints on localizing your Python modules and applications are also given.
    以下で述べるインタフェースを使うことで、モジュールやアプリケーションのメッセージをある自然言語で記述しておき、翻訳されたメッセージのカタログを与えて他の異なる自然言語の環境下で動作させることができます。 - Python
  • The modulator.pyscript included in the source distribution or Windows install provides a simple graphical user interface for declaring the functions and objects which a module should implement, and can generate a template which can be filled in.
    ソース配布物や Windows にインストールされた Python に入っているmodulator.py では、拡張モジュールで実装しなければならない関数やオブジェクトを宣言し、実装部分を埋めて作成するためのテンプレートを生成できるような、簡単なグラフィカルユーザインタフェースを提供しています。 - Python
  • The design of all Python's built-in operating system dependentmodules is such that as long as the same functionality is available,it uses the same interface; for example, the function os.
    Python における組み込みのオペレーティングシステム依存モジュールは、同じ機能を利用することができる限り、同じインタフェースを使います; たとえば、os.stat(path) は path についての stat 情報を(たまたま POSIX インタフェースに起源する) 同じ書式で返します。 特定のオペレーティングシステム固有の拡張も os を介して利用することができますが、これらの利用はもちろん、可搬性を脅かします!最初の - Python

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