1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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