1153万例文収録!

「python」に関連した英語例文の一覧と使い方(18ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

pythonを含む例文一覧と使い方

該当件数 : 1381



例文

The set of names of this class defined by Python may be extended in future versions.See section3.3, ``Special method names.''例文帳に追加

この種の名前のうち、Python で定義されている名前のセットは、将来のバージョンで拡張される可能性があります。 - Python

Return a C long long from a Python long integer. 例文帳に追加

pylong の指す長整数値を、 C の long long 型表現で返します。 - Python

Return a C unsigned long from a Python long integer, without checking for overflow.New in version 2.3.例文帳に追加

Python 長整数値を、 オーバフローチェックを行わずにC の unsigned long 型表現で返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

Return a C unsigned long long from a Python long integer, without checking for overflow.New in version 2.3.例文帳に追加

Python 長整数値を、 オーバフローチェックを行わずにC の unsigned long long 型表現で返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

例文

These fields should not be used if your package is to be compatible with Python versions prior to 2.2.3 or 2.3.例文帳に追加

これらのフィールドは、2.2.3 および 2.3 より以前のバージョンの Python でも互換性を持たせたい場合には指定してはなりません。 - Python


例文

The aetools module contains the basic functionality on which Python AppleScript client support is built.例文帳に追加

aetools モジュールは Python で AppleScript クライアントとしての機能をサポートするアプリケーションを構築するための基本的な機能を含んでいます。 - Python

The following classes are used as base classes by the generated stub packages to represent AppleScript classes and properties in Python:例文帳に追加

以下のクラスは、生成されたスタブパッケージが、AppleScript のクラスやプロパティを Python で表現する上で基底クラスとして利用します。 - Python

It operates on sound fragments consisting of signed integer samples 8, 16 or 32 bits wide, stored in Python strings. This is the same format as used by the例文帳に追加

このモジュールは、Python 文字列型中に入っている 8, 16, 32 ビットの符号付き整数でできた音声データ、すなわち - Python

Returns the number of leap years in the range[y1...y2), where y1 and y2 are years.Changed in version 2.0:This function didn't work for ranges spanning a century change in Python 1.5.2. 例文帳に追加

バージョン 2.0 で 変更 された仕様:Python 1.5.2では、この関数は世紀をまたがった範囲では動作しません。 - Python

例文

The version of the package available from this site is suitable for use with Python 1.5.2, 2.1.x and 2.2.x,which do not include the logging package in the standard library. Subsections例文帳に追加

このサイトにあるバージョンのパッケージは、標準でloggingパッケージを含まないPython 1.5.2 と 2.1.x、2.2.xでも使用できます - Python

例文

The pprint module provides a capability to ``pretty-print''arbitrary Python data structures in a form which can be used as input to the interpreter.例文帳に追加

pprintモジュールを使うと、Pythonの任意のデータ構造をインタープリタへの入力で使われる形式にして``pretty-print''できます。 - Python

If the formatted structures include objects which are not fundamental Python types, the representation may not be loadable.例文帳に追加

フォーマット化された構造の中にPythonの基本的なタイプではないオブジェクトがあるなら、表示できないかもしれません。 - Python

Because this class is implemented in pure Python, it is not thread safe and may require locks between calls.例文帳に追加

このクラスは、Python だけで実装されているので、スレッドセーフではなく、呼び出しと呼び出しの間にロックが必要です。 - Python

module by completing valid Python identifiers and keywords.This module is Unix-specific due to its dependence on the例文帳に追加

モジュール向けの補完関数を定義しています。 - Python

Refer to the file Grammar/Grammar in the Python distribution for the definitions of the names in the context of the language grammar.例文帳に追加

言語の文法のコンテキストにおける名前の定義については、PythonディストリビューションのファイルGrammar/Grammarを参照してください。 - Python

As a policy, Python doesn't run user-specified code on startup of Python programs.例文帳に追加

ポリシーとして、Pythonは起動時にユーザー毎の設定を行うコードを実行することはしません(ただし対話型セッションで環境変数PYTHONSTARTUPが設定されていた場合にはそのスクリプトを実行します。 )。 - Python

data type: org.w3c.dom.Node (not supported in Python 2) description: When parsing, the current DOM node being visited if this is a DOM iterator; when not parsing, the root DOM node foriteration.access: (parsing) read-only; (not parsing) read/write例文帳に追加

data type: org.w3c.dom.Node (Python 2 では未サポート) description: パース時は DOM イテレータにおけるカレント DOM ノード、非パース時はルート DOM ノードを指す。 - Python

Changed in version 2.0:This function worked unreliably under Windows in earlier versions of Python.例文帳に追加

バージョン 2.0 で 変更 された仕様:この関数は、Pythonの初期のバージョンでは、Windows環境下で信頼できない動作をしていました。 - Python

Most of the standard escapes supported by Python string literals are also accepted by the regular expression parser:例文帳に追加

+ Python 文字列リテラルによってサポートされている標準エスケープのほとんども、正規表現パーザに認識されます: - Python

Warning:In Python 2.3 these modules have been disabled due to various known and not readily fixable security holes.例文帳に追加

警告:Python 2.3 では、既知の容易に修正できないセキュリティーホールのために、これらのモジュールは無効にされています。 - Python

code must be a string containing one or more lines of Python code,which will be executed in the restricted environment. 例文帳に追加

code は、1行以上のPython コードを含む文字列でなければなりません。 そして制限された環境で実行されます。 - Python

h which pulls in the Python API (you can add a comment describing the purpose of the module and a copyright notice if you like).例文帳に追加

これで、Python API を取り込みます (必要なら、モジュールの用途に関する説明や、著作権表示を追加します)。 - Python

There is a straightforward translation from the argument list in Python (for example, the single expression "ls -l") to the arguments passed to the C function.例文帳に追加

ここでは、Python の引数リスト (例えば、単一の式 "ls -l") から C 関数に渡す引数にそのまま変換しています。 - Python

They are free to add additional keyword arguments, but only the ones defined here are used by the Python codec registry.例文帳に追加

キーワード引数を追加しても構いませんが、Python の codec レジストリはここで定義されている引数だけを使います。 - Python

Youdon't need to know Python to read this document; there will be some brief forays into using Python's interactive mode to explore your installation, but that's it.例文帳に追加

このドキュメントを読むために、 Python について知っておく必要はありません; インストールしたモジュールを調べるために Python の対話モードにちょっとだけ手を出す必要がありますが、それだけです。 - Python

As of Python 1.5, the variables are restored to their previous values (before the call) when returning from a function that handled an exception.例文帳に追加

Python 1.5 からは、例外を処理した関数から戻るときに、以前の値(関数呼び出し前の値) に戻されます。 - Python

Whenever possible, the Distutils try to use the configuration information made available by the Python interpreter used to run thesetup.py script.例文帳に追加

Distutils は、可能なときにはいつでも、 setup.py スクリプトを実行する Python インタプリタが提供する設定情報を使おうとします。 - Python

For example, the same compiler and linker flags used to compile Python will also be used for compilingextensions.例文帳に追加

例えば、拡張モジュールをコンパイルする際には、コンパイラやリンカのフラグには Python をコンパイルした際と同じものが使われます。 - Python

CObjects can only be created and accessed via their C API, but they can be passed around like any other Python object.例文帳に追加

CObject は C API を介してのみ生成したりアクセスしたりできますが、他の Python オブジェクトと同じように受け渡しできます。 - Python

Execute Python source code from str in the context specified by the dictionaries globals and locals with the compiler flags specified by flags.例文帳に追加

辞書globalsとlocalsで指定されるコンテキストにおいて、strに含まれるPythonソースコードをコンパイラフラグ flags のもとで実行します。 - Python

Many API functions are useful independent of whether you're embedding or extending Python; moreover, most applications that embed Python will need to provide a custom extension as well, so it's probably a good idea to become familiar with writing an extension before attempting to embed Python in a real application. Subsections 例文帳に追加

多くの API 関数は、Python の埋め込みであるか拡張であるかに関わらず役立ちます; とはいえ、 Python を埋め込んでいるほとんどのアプリケーションは、同時に自作の拡張モジュールも提供する必要が生じることになるでしょうから、Python を実際にアプリケーションに埋め込んでみる前に拡張モジュールの書き方に詳しくなっておくのはよい考えだと思います。 - Python

Depending on your needs, you can either create a new interpreter state data structure, or share the interpreter statedata structure used by the Python main thread (to access the latter,you must obtain the thread state and access its interp member;this must be done by a thread that is created by Python or by the main thread after Python is initialized).Assuming you have access to an interpreter object, the typical idiom for calling into Python from a C thread is例文帳に追加

必要に応じて、新たなインタプリタ状態データ構造体を作成するなり、Python メインスレッドが使っているインタプリタ状態データ構造体を共有するなりできます (後者のデータにアクセスするためには、スレッド状態データ構造体を獲得して、その interp メンバにアクセスしなければなりません; この処理は、Python が作成したスレッドから行うか、Python を初期化した後で主スレッドから行わねばなりません)。 - Python

Thus,you might think you'll never use the prefix scheme, but every time you run python setup.py install without any other options, you'reusing it.Note that installing extensions to an alternate Python installation has no effect on how those extensions are built: in particular, the Python header files (Python.h and friends) installed with the Python interpreter used to run the setup script will be used in compilingextensions.例文帳に追加

というわけで、読者は prefix スキームを決して使うことはあるまいと思っているかもしれませんが、python setup.py install をオプションを何もつけずに実行していれば、常に prefix スキームを使っていることになるのです。 拡張モジュールを別のインストール済み Python にインストールしても、拡張モジュールのビルド方法による影響を受けることはありません:特に、拡張モジュールをコンパイルする際には、setup スクリプトを実行する際に使う Python インタプリタと一緒にインストールされている Python ヘッダファイル (Python.h とその仲間たち) を使います。 - Python

I was talking to Tom yesterday, and when I told him I was interested in programming he recommended Python to me. Mary, do you know anything about it?例文帳に追加

昨日トムと話してて、プログラミングに興味あるって言ったら Python っていう言語薦められたんだけど、メアリー知ってる? - Tatoeba例文

Although Python is copyrighted, the source code is freely available, and unlike GNU software, it can be commercially re-sold. 例文帳に追加

Pythonには著作権があるとはいえ, そのソースコードは無料で入手でき, GNUソフトウェアと違って商用の再販売もできる. - コンピューター用語辞典

to the Python documentation has been heavily tailored by Fred L. Drake,Jr.例文帳に追加

への対応は、Fred L. Drake, Jr. の多大な努力で実現しました。 - Python

The document also describes how to embed the Python interpreter in another application, for use as an extension language.例文帳に追加

このドキュメントではまた、Python インタプリタを別のアプリケーションに埋め込み (embedding)、拡張言語として使う方法についても述べます。 - Python

gives a more formal definition of the language.例文帳に追加

を読めば、Python 言語についてより形式的な定義を得られます。 - Python

Objects are Python's abstraction for data. 例文帳に追加

Python における オブジェクト (object) とは、データを抽象的に表したものです。 - Python

1.3.4 ``Save as'' versus ``Save as Applet'' When you are done writing your Python script you have the option of saving it as an ``applet'' (by selecting ``Save as applet'' from the``File'' menu).例文帳に追加

1.3.4 ``Save as'' と ``Save as Applet'' の違い Python スクリプトを書いたら、ファイルを 「アプレット」としても保存できます (``File''メニューの``Save as applet''を選びます) 。 - Python

This class may be initialized from any Python value; the instancereturned depends only on its truth value. 例文帳に追加

このクラスは全てのPythonの値で初期化することができ、生成されるインスタンスは指定した値の真偽値によってのみ決まります。 - Python

As with all other objects in Python the old objects are onlyreclaimed after their reference counts drop to zero. 例文帳に追加

Python における他のオブジェクトと同様、以前のオブジェクトのメモリ領域は、参照カウントがゼロにならないかぎり再利用されません。 - Python

Refer to Extending and Embedding the Python Interpreter,section1.12, ``Providing a C API for an Extension Module,'' for more information on using these objects.例文帳に追加

このオブジェクトの使用法に関する情報は、Python インタプリタの拡張と埋め込み 1.12 節、``Providing a C API for an Extension Module,'' を参照してください。 - Python

This module is intended to take care of the different cases and provide a simpler interface to the Python script.例文帳に追加

このモジュールでは、上記のケースの違いに注意しつつ、Python スクリプトに対しては単純なインタフェースを提供しています。 - Python

While exceptions in such code are not propagated, the executed code has free access to all Python global variables.例文帳に追加

このようなコードでは例外は伝播しませんが、実行されたコードはすべてのPythonグローバル変数に自由にアクセスできます。 - Python

Installing the required tools under Cygwin under Cygwin can be a little tedious, if only because many packages are more difficult to install under Cygwin.Using the Cygwin installer, make sure your Cygwin installationincludes Perl, Python, and the TeX packages.例文帳に追加

Cygwin インストーラを使って、 Cygwin のインストールによって Perl、Python、そして TeX パッケージが入っていることを確認してください。 - Python

That short script executes and verifies any interactive Python examples contained in the file example.txt.例文帳に追加

この短いスクリプトは、example.txt というファイルの中に入っている対話モードの Python 操作例全てを実行して、その内容を検証します。 - Python

This is a shorthand for "PyErr_SetString(PyExc_TypeError,message)", where message indicates that an internal operation (e.g. a Python/C API function) was invoked with an illegal argument.例文帳に追加

ここでmessageは内部操作(例えば、Python/C API関数)が不正な引数とともに呼び出されたということを示しています。 - Python

This function interacts with Python's signal handling. 例文帳に追加

この関数はPythonのシグナル処理とやりとりすることができます。 - Python

例文

I will continue to work on it, and release new versions from time to time, independent from Python sourcecode releases.例文帳に追加

引き続きドキュメントの整備を継続して、 Python ソースコードのリリースとは別に、その時々で新たなバージョンをリリースするつもりです。 - Python




  
Tatoebaのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution (CC-BY) 2.0 France
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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