1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 89



例文

2. Using the Python Interpreter 例文帳に追加

2. Python インタプリタを使う - Python

Extending and Embeddingthe Python Interpreter 例文帳に追加

インタプリタの拡張と組み込み Extending and Embedding the Python Interpreter - Python

Initialize the Python interpreter. 例文帳に追加

Python インタプリタを初期化します。 - Python

Extending and Embedding the Python Interpreter 例文帳に追加

Python インタプリタの拡張と埋め込み - Python

例文

Return the version of this Python interpreter. 例文帳に追加

Python インタプリタのバージョンを返します。 - Python


例文

Python shell window (a.k.a. interactive interpreter) 例文帳に追加

Python シェルウィンドウ(別名、対話インタープリタ) - Python

To do this simply choose``Python Interpreter'' from the ``save options''. 例文帳に追加

そうするには、単に「save options」から「Python Interpreter」を選ぶだけです。 - Python

This will bring up a dialog box of Python Interpreter options.例文帳に追加

Python インタプリタオプションのダイアログボックスが現われます。 - Python

A string containing the copyright pertaining to the Python interpreter.例文帳に追加

Pythonインタープリタの著作権を表示する文字列。 - Python

例文

Specialized preferences manager for the Python interpreter.例文帳に追加

Python インタプリタに特化した初期設定管理プログラム - Python

例文

The Python interpreter is not fully thread safe. 例文帳に追加

Python インタプリタは完全にスレッド安全 (thread safe) ではありません。 - Python

module that allows reading and writing of the preferences for the Python interpreter.例文帳に追加

モジュールを特化したものです。 - Python

Set the maximum depth of the Python interpreter stack to limit.例文帳に追加

Pythonインタープリタの、スタックの最大の深さをlimitに設定します。 - Python

Once the interpreter is started, you type Python code at the prompt.例文帳に追加

インタプリタを起動すると、プロンプトに Python コードを入力できます。 - Python

If noscript name was passed to the Python interpreter, argv has zero length.例文帳に追加

引数なしでPythonを起動した場合、argvは長さ0のリストになります。 - Python

Return the current value of the recursion limit, the maximum depth of the Python interpreter stack.例文帳に追加

最大再帰数は、Pythonインタープリタスタックの最大の深さです。 - Python

Although Python signal handlers are called asynchronously as far as the Python user is concerned, they can only occur between the ``atomic'' instructions of the Python interpreter.例文帳に追加

Python のシグナルハンドラは Python のユーザが望む限り非同期で呼び出されますが、呼び出されるのは Python インタプリタの ``原子的な (atomic)'' 命令実行単位の間です。 - Python

When the Python interpreter executes an import statement, it searches for both Python code and extension modules along a searchpath.例文帳に追加

Python インタプリタが import 文を実行するとき、インタプリタは Python コードや拡張モジュールをモジュール検索パス中から探します。 - Python

The modules described in this chapter provide a wide range of servicesrelated to the Python interpreter and its interaction with its environment.例文帳に追加

この章では、PythonインタープリタやPython環境に深く関連する各種の機能を解説します。 - Python

For example, to test that the Python interpreter is at least version 1.5.2, use:例文帳に追加

例えば、Python 1.5.2以降でのみ動作するプログラムでは、以下のようなチェックを行います。 - Python

The difference is that when you extend Python, the main program of the application is still the Python interpreter, while if you embed Python, the main program may have nothing to do with Python --instead, some parts of the application occasionally call the Python interpreter to run some Python code.So if you are embedding Python, you are providing your own main program.例文帳に追加

その違いは、Python を拡張した場合にはアプリケーションのメインプログラムは依然として Python インタプリタである一方、 Python を組み込みんだ場合には、メインプログラムにはPython が関係しない -- その代わりに、アプリケーションのある一部分が時折 Python インタプリタを呼び出して何らかの Python コードを実行させる -- かもしれない、ということです。 従って、 Python の埋め込みを行う場合、自作のメインプログラムを提供しなければなりません。 - 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

One of the things this main program has to do is initialize the Python interpreter.例文帳に追加

メインプログラムがやらなければならないことの一つに、 Python インタプリタの初期化があります。 - Python

It exactly mimics the behavior of the Python interpreter when it prints a stack trace.例文帳に追加

モジュールがスタックトレースを表示するとき、Pythonインタープリタの動作を正確に模倣します。 - Python

To retrieve them from an installed Python interpreter,start an interactive interpreter and have a short session like this: 例文帳に追加

インストール済みの Python インタプリタからオプションを取り出すには、対話インタプリタを起動して、以下のような短いセッションを実行します: - Python

This module provides access to MacOS specific functionality in the Python interpreter, such as how the interpreter eventloop functions and the like.例文帳に追加

このモジュールは、Python インタプリタ内の MacOS 固有の機能に対するアクセスを提供します。 例えば、インタプリタのイベントループ関数などです。 - Python

The Python interpreter raises an exception when it detects a run-timeerror (such as division by zero). 例文帳に追加

Python インタプリタは、ランタイムエラー (ゼロによる除算など) が検出されると例外を送出します。 - Python

The Python interpreter has a number of functions built into it that are always available.例文帳に追加

Python インタプリタは数多くの組み込み関数を持っていて、いつでも利用することができます。 - Python

The Python API allows this by extending the embedded interpreter.例文帳に追加

Python API を使うと、埋め込みインタプリタを拡張することでアプリケーション本体へのアクセスを可能にします。 - Python

Simply forget for a while that the application starts the Python interpreter.例文帳に追加

さしあたって、アプリケーションが Python インタプリタを起動したということをちょっと忘れてみてください。 - Python

Ideally, this frees all memory allocated by the Python interpreter.例文帳に追加

理想的な状況では、この関数によって Python インタプリタが確保したメモリは全て解放されます。 - Python

No code in the Python interpreter will change the contents of this storage.例文帳に追加

Python インタプリタ内のコードで、この記憶領域の内容を変更するものは一切ありません。 - Python

Some modules are written in C and built in to the Python interpreter; others are written in Python and imported in source form.例文帳に追加

あるモジュールは C 言語で書かれ、Python インタプリタに組み込まれています; 一方別のモジュールは Python で書かれ、ソースコードの形式で取り込まれます。 - Python

The one important task that only embedders (as opposed to extension writers) of the Python interpreter have to worry about is the initialization, and possibly the finalization, of the Python interpreter.例文帳に追加

Python インタプリタの埋め込みを行う人 (いわば拡張モジュールの書き手の対極) が気にかけなければならない重要なタスクは、Python インタプリタの初期化処理 (initialization)、そしておそらくは終了処理 (finalization) です。 - Python

This document describes how to write modules in C or C++ to extend the Python interpreter with new modules.例文帳に追加

このドキュメントでは、Python インタプリタを拡張するために C やC++ でモジュールを書く方法について述べます。 - Python

Until now, the embedded Python interpreter had no access to functionality from the application itself.例文帳に追加

ここまでは、埋め込み Python インタプリタはアプリケーション本体の機能にアクセスする手段がありませんでした。 - Python

Return true (nonzero) when the Python interpreter has been initialized, false (zero) if not.例文帳に追加

Python インタプリタがすでに初期化済みの場合に真 (非ゼロ) を返し、そうでない場合には偽 (ゼロ) を返します。 - Python

path. site.py is automatically imported when the Python interpreter is executed,unless the -S switch is supplied to suppress this behaviour.例文帳に追加

site.py は、 -S スイッチを与えて抑制しないかぎり、Python インタプリタが実行される際に自動的に import されます。 - 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

(Frozen modules are modules written in Python whose compiled byte-code object is incorporated into a custom-built Python interpreter by Python's freeze utility.See Tools/freeze/ for now.)例文帳に追加

(フリーズされたモジュールはPythonで書かれたモジュールで、そのコンパイルされたバイトコードオブジェクトがPythonのfreezeユーティリティを使ってカスタムビルトPythonインタープリタへ組み込まれています。 差し当たり、Tools/freeze/を参照してください。 - Python

Return information about the sequence number and build date and time of the current Python interpreter instance, for example 例文帳に追加

現在使っている Python インタプリタインスタンスの、シーケンス番号とビルド日時に関する情報を返します。 例えば - Python

When itis not handled, the Python interpreter exits; no stack traceback is printed.例文帳に追加

この例外が処理されなかった場合、Python インタプリタは終了します; スタックのトレースバックは全く印字されません。 - Python

A string giving the name of the executable binary for the Python interpreter, on systems where this makes sense.例文帳に追加

Pythonインタープリタの実行ファイルの名前を示す文字列。 このような名前が意味を持つシステムでは利用可能。 - Python

The first is that it relies on the Python interpreter to dispatch call,return, and exception events.例文帳に追加

ひとつは、Python インタプリタによる 呼び出し、リターン、例外発生 というイベントの連携を前提にしていることです。 - Python

An application that has loaded the Python interpreter from a dynamically loadable library (or DLL) might want to free all memory allocated by Python before unloading the DLL.例文帳に追加

また、動的ロード可能イブラリ(あるいは DLL) から Python インタプリタをロードするアプリケーションでは、DLL をアンロードする前に Python が確保したメモリを解放したいと考えるかもしれません。 - 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

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

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

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

例文

Small amounts of memory allocated by the Python interpreter may not be freed (if you find a leak, please report it).例文帳に追加

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