1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 71



例文

Extending and Embeddingthe Python Interpreter 例文帳に追加

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

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

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

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

そうするには、単に「save options」から「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

module that allows reading and writing of the preferences for the 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

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

Pythonインタープリタの、スタックの最大の深さをlimitに設定します。 - 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

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

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

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

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

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

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

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

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

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

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

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

A tuple of strings giving the names of all modules that are compiled into this Python interpreter.例文帳に追加

コンパイル時にPythonインタープリタに組み込まれた、全てのモジュール名のタプル(この情報は、他の手段では取得することができません。 - Python

The Python interpreter provides some low-level support for attachingprofiling and execution tracing facilities. 例文帳に追加

Python インタプリタは、プロファイル: 分析 (profile) や実行のトレース: 追跡 (trace) といった機能を組み込むために低水準のサポートを提供しています。 - Python

And in fact this would work if all extension modules were always linked statically with the Python interpreter.例文帳に追加

そして実際のところ、全ての拡張モジュールが Python インタプリタに常に静的にリンクされている場合にはうまく動作します。 - Python

If the main program (the Python interpreter) is compiled and linked by the C compiler, global or static objects with constructorscannot be used.例文帳に追加

メインプログラム (Python インタプリタ) は C コンパイラでコンパイルされリンクされているので、グローバル変数や静的オブジェクトをコンストラクタで作成できません。 - 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

The first reason is to write extension modules for specific purposes;these are C modules that extend the Python interpreter.例文帳に追加

第一は、特定用途の 拡張モジュール (extention module)、すなわち Python インタプリタを拡張する C で書かれたモジュールを記述する、という目的です。 - 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

This is useful if you have edited the module source file using an external editor and want to try out the new version without leaving the Python interpreter.例文帳に追加

この関数はモジュールのソースコードファイルを外部エディタで編集して、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

Normally, multiple threads in the Python interpreter can't get in each other's way, because there is a globallock protecting Python's entire object space.例文帳に追加

通常は、 Python インタプリタにおける複数のスレッドは、グローバルインタプリタロックがオブジェクト空間全体を保護しているため、互いに邪魔し合うことはありません。 - 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




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