1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オフ

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

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

セーフサーチについて

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

該当件数 : 20



例文

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

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

The new module allows an interface to the interpreter object creation functions.例文帳に追加

newモジュールはインタプリタオブジェクト作成関数へのインターフェイスを与えます。 - Python

Modifying __dict__ directly is not recommended.Modules built into the interpreter are written like this:module 'sys' (built-in).例文帳に追加

インタプリタ内に組み込まれたモジュールは、module 'sys' (built-in) のように書かれます。 - 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

例文

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


例文

The interpreter state data structure holds global data that is shared by all threads in an interpreter, for example the module administration(sys.modules).例文帳に追加

インタプリタ状態データ構造体は、インタプリタ内の全てのスレッド間で共有されているグローバルなデータ、例えばモジュール管理データ (codesys.modules) を保持しています。 - Python

Each of these structures gives the name and initialization function for a module built into the interpreter.例文帳に追加

リスト内の各構造体には、インタプリタ内に組み込まれているモジュールの名前と初期化関数が指定されています。 - 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

The gc module is only available if the interpreter was built with the optional cyclic garbage detector (enabled by default).例文帳に追加

gcモジュールは、インタプリタのビルドオプションで循環ガベージコレクタを有効にした場合のみ使用することができます(デフォルトで有効)。 - 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

例文

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

The autoGIL module provides a function installAutoGIL that automatically locks and unlocks Python's Global Interpreter Lockwhen running an event loop.例文帳に追加

autoGILモジュールは、自動的にイベントループを実行する場合 、Python のグローバルインタープリタをロックしたり、ロックの解除をしたりするための関数 installAutoGIL を提供します。 - Python

The intermediate data 1 created by the interpreter may comprise an intermediate data editing module 503 performing the edition on the basis of a printing instruction command.例文帳に追加

インタープリタで生成された中間データ1を、印刷指示命令に基づいて編集する中間データ編集モジュール503を備えることもできる。 - 特許庁

After creating the fact tree, the user confirms that it is correct using a tree interpreter of the present invention to be executed as a "fact tree=>description" module 500.例文帳に追加

事実ツリーを生成した後、ユーザは「事実ツリー=>記述」モジュール(500)として実行される本発明のツリー・インタプリタを用いて、それが正しいかどうか確認する。 - 特許庁

This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter.It is always available.例文帳に追加

このモジュールでは、インタープリタで使用・管理している変数や、インタープリタの動作に深く関連する関数を定義しています。 このモジュールは常に利用可能です。 - Python

This module defines names for some object types that are used by the standard Python interpreter, but not for the types defined by variousextension modules.例文帳に追加

このモジュールは標準のPythonインタプリタで使われているオブジェクトの型について、名前を定義しています(拡張モジュールで定義されている型を除く)。 - Python

Thus, invokingpydoc spam documents precisely the version of the module you would get if you started the Python interpreter and typed "import spam".Module docs for core modules are assumed to reside inhttp://www.python.org/doc/current/lib/.例文帳に追加

そのため、pydoc spamを実行した場合につくられるドキュメントは、Pythonインタプリタを起動して"import spam"と入力したときに読み込まれるモジュールに対するドキュメントになります。 コアモジュールのドキュメントはhttp://www.python.org/doc/current/lib/ にあると仮定されています。 - Python

The Python interpreter can get its input from a number of sources:from a script passed to it as standard input or as program argument,typed in interactively, from a module source file, etc. 例文帳に追加

Python インタプリタは、標準入力や、プログラムの引数として与えられたスクリプト、対話的にタイプ入力された命令、モジュールのソースファイルなど、様々な入力源から入力を得ることができます。 - Python

The interpreter saves the arguments for all -W options without interpretation insys.warnoptions; the warnings module parses these when it is first imported (invalid options are ignored, after printing a message to sys.stderr).例文帳に追加

インタプリタは-W オプションに渡される全ての引数をsys.warnoptions; に変換せずに保存します; warningsモジュールは最初に import された際にこれらの引数を解釈します(無効なオプションはsys.stderr にメッセージを出力した後無視されます)。 - Python

例文

If you use dynamic loading, the details may depend on the style of dynamic loading your system uses; see the chapters about building extension modules(chapter 3) and additional information that pertains only to building on Windows (chapter 4) for more information about this.If you can't use dynamic loading, or if you want to make your module a permanent part of the Python interpreter, you will have to change the configuration setup and rebuild the interpreter.例文帳に追加

動的読み込み (dynamic loading) を使っているのなら、作業の詳細は自分のシステムが使っている動的読み込みの形式によって変わるかもしれません; 詳しくは、拡張モジュールのビルドに関する章 (3 章) や、Windows におけるビルドに関係する追加情報の章(4 章) を参照してください。 動的読み込みを使えなかったり、モジュールを常時 Python インタプリタの一部にしておきたい場合には、インタプリタのビルド設定を変更して再ビルドしなければならなくなるでしょう。 - Python




  
Copyright © Japan Patent office. 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