pythonを含む例文一覧と使い方
該当件数 : 1381件
It supports setting(conditional) breakpoints and single stepping at the source line level, inspection of stack frames, source code listing, and evaluation of arbitrary Python code in the context of any stack frame.例文帳に追加
(条件付き)ブレークポイントの設定やソース行レベルでのシングルステップ実行、スタックフレームのインスペクション、ソースコードリスティングおよびいかなるスタックフレームのコンテキストにおける任意のPythonコードの評価をサポートしています。 - Python
The class provides a backward compatible way to reproduce results from earlier versions of Python which used the Wichmann-Hill algorithm as the core generator.Changed in version 2.3:Substituted MersenneTwister for Wichmann-Hill.例文帳に追加
このクラスは、乱数生成器に Wichmann-Hill 法を使っていた古いバージョンの Python から得られた結果を再現するための、後方互換の手段になります。 バージョン 2.3 で 変更 された仕様:MersenneTwister を Wichmann-Hill の代わりに使う - Python
The design of this module is loosely based on Java's threading model.However, where Java makes locks and condition variables basic behavior of every object, they are separate objects in Python.例文帳に追加
このモジュールのおおまかな設計は Java のスレッドモデルに基づいています。 とはいえ、Java がロックと条件変数を全てのオブジェクトの基本的な挙動にしているのに対し、 Python ではこれらを別個のオブジェクトに分けています。 - Python
The Python mapping defined here is based in large part on the IDL version of the specification, but strictcompliance is not required (though implementations are free to support the strict mapping from IDL).例文帳に追加
ここで定義されている Python での対応づけは、大部分がこの仕様の IDL 版に基づいていますが、厳密な準拠は必要とされていません (実装で IDL の厳密な対応付けをサポートするのは自由ですが)。 - 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
This function should only be invoked when a condition is detected that would make it dangerous to continue using the Python interpreter; e.g., when the object administration appears to be corrupted.例文帳に追加
この関数は、Python インタプリタを使い続けるのが危険であるような状況が検出されたとき; 例えば、オブジェクト管理が崩壊していると思われるときにのみ、呼び出されるようにしなければなりません。 - Python
It is important to only use spaces for indentation in code examples since TeX drops tabs instead of converting them to spaces.Representing an interactive session requires including the prompts and output along with the Python code.例文帳に追加
TeX はタブをスペースに変換せずに捨てるので、コード例中でのインデントにはスペースだけを使ってください。 対話セッションの表現には、プロンプトや Python コードからの出力を含める必要があります。 - 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 Python memory manager thus delegates some of the work to the object-specificallocators, but ensures that the latter operate within the bounds of the private heap.It is important to understand that the management of the Python heap is performed by the interpreter itself and that the user has no control over it, even if she regularly manipulates object pointers to memory blocks inside that heap.例文帳に追加
このように、 Python メモリマネジャは作業のいくつかをオブジェクト固有のメモリ操作関数に委譲しますが、これらの関数がプライベートヒープからはみ出してメモリ管理を行わないようにしています。 重要なのは、たとえユーザがいつもヒープ内のメモリブロックを指すようなオブジェクトポインタを操作しているとしても、Python 用ヒープの管理はインタプリタ自体が行うもので、ユーザがそれを制御する余地はないと理解することです。 - Python
Surrogate pairs may be present in the Unicode object, and will be reported as two separate items.例文帳に追加
Unicode オブジェクト内にサロゲートペア (surrogate pair) があってもよく、Python はサロゲートペアを二つの別々の Unicode 要素として報告します。 - Python
Python's simple, easy to learn syntax emphasizesreadability and therefore reduces the cost of programmaintenance. 例文帳に追加
Python は単純で学びやすい文法なので、可読性が高まり、プログラムのメンテナンスにかかるコストを低減します。 - Python
Note:This chapter mentions a number of filenames that include an encodedPython version number. 例文帳に追加
注意:この章では、Python のバージョン番号が符号化されて入っているたくさんのファイル名について触れます。 - Python
It expects a valid Python expression as input; if the input is not syntactically valid, a SyntaxError will be raised.Other exceptions may be raised if there is an error duringevaluation.例文帳に追加
式を評価する際にエラーが生じた場合、他の例外も送出されるかもしれません。 - 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
A list of Example objects encoding the individualinteractive Python examples that should be run by this test. 例文帳に追加
対話モードにおける例題それぞれをエンコードしていて、テストで実行される、Example オブジェクトからなるリストです。 - Python
For OSA types that have no directPython counterpart this module declares classes. 例文帳に追加
このモジュールでは、OSA の型のうち、直接的に対応する Python の型がないもののためにクラスを定義しています。 - Python
This function is useful for programs that want to emulate Python'sinterpreter main loop (a.k.a. the read-eval-print loop). 例文帳に追加
この関数はPythonのインタプリタメインループ(別名、read-eval-printループ)をエミュレートしようとするプログラムにとって役に立ちます。 - Python
Uses either the zipfile Python module (if available) or the InfoZIP zip utility (if installed and found on the default search path). 例文帳に追加
zipfilePythonモジュール(利用可能なら)またはInfoZIP zipユーティリティ(インストールされていてパスが通っているなら)を使います。 - Python
It inserts the information that varies across Unix flavors and is stored inPython's Makefile.例文帳に追加
この関数は様々な Unix の変種ごとに異なる情報や、Python のMakefile に書かれた情報をインスタンスに挿入します。 - Python
As of email package version 3.0, introduced in Python 2.4, the classic Parser was re-implemented in terms of the FeedParser, so the semantics and results are identical between the two parsers. Subsections例文帳に追加
そのためパーザの意味論と得られる結果は 2つのパーザで同一のものになります。 - Python
socket module transparently converts Unicode host names to ACE, so that applications need not be concerned about converting hostnames themselves when they pass them to the socket module.例文帳に追加
Python ではこの変換をいくつかの方法でサポートします: idnacodec は Unicode と ACE 間の変換を行います。 - Python
The marshal module exists mainly to support reading and writing the ``pseudo-compiled'' code for Python modules of .pyc files.例文帳に追加
marshal モジュールは主に、``擬似コンパイルされた (pseudo-compiled)'' コードの .pyc ファイルへの読み書きをサポートするために存在します。 - Python
More information on the use of Python's restricted execution mode in Grail is available on the Web site.例文帳に追加
Grail における Python 制限実行モードの利用に関する詳しい情報は、Web サイトで入手することができます。 - Python
Until this manualundergoes extensive revision, it must now be taken as authoritativeonly regarding ``classic classes'', that are still the default, for compatibility purposes, in Python 2.2 and 2.3.例文帳に追加
このマニュアルに大幅な改訂が施されるまでは、このドキュメントでの記述は、``旧クラス型 (classic class)'' に関してのみ信頼できる内容と考えねばなりません。 Python 2.2 および 2.3 では、互換性のためにクラシックなクラスがまだデフォルトとなっています。 - Python
Any Unicode character can be encoded this way, but characters outside the Basic Multilingual Plane (BMP) will be encoded using a surrogate pair if Python is compiled to use 16-bit code units (the default).例文帳に追加
Unicode 文字はすべてこの方法でエンコードできますが、Python が 16-bit コード単位を扱うようにコンパイルされている(デフォルトの設定です) 場合、基本多言語面 (Basic Multilingual Plane, BMP) 外の文字はサロゲートペア (surrogate pair) を使ってエンコードすることになります。 - Python
All of these forms of input from the community have proved useful during the time I've been involved in maintaining the documentation.This document is aimed at authors and potential authors of documentation for Python.例文帳に追加
筆者自身、ドキュメントの維持に参加している中で、こうしたコミュニティから寄せられる入力全てが有用だと確信させられました。 このドキュメントは、Python のドキュメントの作者、あるいは潜在的な作者向けのものです。 - Python
A Unicode codeunit is represented by a Unicode object of one item and can holdeither a 16-bit or 32-bit value representing a Unicode ordinal (the maximum value for the ordinal is given in sys.maxunicode, and depends on how Python is configured at compile time).例文帳に追加
Unicode コード単位とは、単一の Unicode オブジェクトで、Unicode 序数を表現する 16-bit または 32-bit の値を保持できるものです (この序数の最大値は sys.maxunicode で与えられており、コンパイル時にPython がどう設定されているかに依存します)。 - Python
Windows has no concept of a user's home directory, and since the standard Python installation under Windows is simpler than under Unix, the --prefix option has traditionally been used to install additional packages in separate locations on Windows.例文帳に追加
Windows はユーザのホームディレクトリという概念がなく、Windows 環境下で標準的にインストールされた Python は Unixよりも単純な構成をしているので、 Windows で追加のパッケージを別の場所に入れる場合には、伝統的に --prefix が使われてきました。 - Python
In the following description, the quoted form is the format unit; the entry in (round)parentheses is the Python object type that matches the format unit;and the entry in [square] brackets is the type of the C variable(s)whose address should be passed.例文帳に追加
以下の説明では、引用符のついた形式は書式化単位です;(丸)括弧で囲った部分は書式化単位に対応する Python のオブジェクト型です; [角] 括弧は値をアドレス渡しする際に使う C の変数型です。 - Python
For example, and assuming a platform on which a Python float is an IEEE 754 double-precision number, in order that -1e-100 % 1e100have the same sign as 1e100, the computed result is -1e-100 + 1e100, which is numerically exactly equal to 1e100.例文帳に追加
例えば、Python の浮動小数点型がIEEE754 倍精度数型になっているプラットフォームを仮定すると、-1e-100 % 1e100 は 1e100 と同じ符号になるはずなのに、計算結果は -1e-100 + 1e100 となります。 これは数値計算的には厳密に 1e100 と等価です。 - Python
Code objects are used by the implementation to represent``pseudo-compiled'' executable Python code such as a function body.They differ from function objects because they don't contain a reference to their global execution environment.例文帳に追加
コードオブジェクトは、関数本体のような ``擬似コンパイルされた''Python の実行可能コードを表すために実装系によって使われます。 コードオブジェクトはグローバルな実行環境への参照を持たない点で関数オブジェクトとは異なります。 - Python
There are several cases where Python statements are illegal when used in conjunction with nested scopes that contain freevariables.If a variable is referenced in an enclosing scope, it is illegal to delete the name.例文帳に追加
自由変数の入った入れ子スコープ (nested scope) を併用すると、Python の文が不正な文になる場合がいくつかあります。 ある変数がスコープの外側から参照された場合、その名前に対する削除操作は不正になります。 - Python
The following function sets, modeled after the ANSI C standard,but specifying behavior when requesting zero bytes,are available for allocating and releasing memory from the Python heap: 例文帳に追加
Python ヒープに対してメモリを確保したり解放したりするために、以下の関数セットが利用できます。 これらの関数は ANSI C 標準に従ってモデル化されていますが、0 バイトの領域を要求した際の動作についても定義しています: - 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
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
If the input value cannot be represented as a valid time, either OverflowError or ValueError will be raised (which depends on whether the invalid value is caught by Python or the underlying C libraries).例文帳に追加
入力の値が正しい時刻で表現できない場合、例外OverflowErrorまたは ValueError が送出されます (どちらが送出されるかはPython および その下にある C ライブラリのどちらにとって無効な値が入力されたかで決まります) 。 - Python
These properties are defined in the DOM specification; this portion of the reference manual describes the interpretation of the specification in Python. The specification provided by the W3C defines the DOM API for Java,ECMAScript, and OMG IDL.例文帳に追加
これらのプロパティはDOM 仕様で定義されています; 本リファレンスマニュアルでは、Python において DOM 仕様がどのように解釈されているかを記述しています。 W3C から提供されている仕様は、 DOM API を Java、ECMAScript、およびOMG IDL で定義しています。 - Python
These modules are not normally available for import; additional work must be done to make them available.Those which are written in Python will be installed into the directory lib-old/ installed as part of the standard library.例文帳に追加
これらのモジュールは通常 import して利用できません; 利用できるようにするには作業を行わなければなりません。 Python で書かれたものは、標準ライブラリの一部としてインストールされている lib-old/ ディレクトリの中にインストールされます。 - Python
Variants based on the longtable environment are also provided.Note that all tables in the standard Python documentation use vertical lines between columns, and this must be specified in the markup for each table.例文帳に追加
longtable 環境に基づく変化形も提供されています。 標準 Python ドキュメント内の全ての表がカラム間に垂直線を使っており、各表のマークアップでこの垂直線を指定しなければならないので注意してください。 - Python
Python fully supports mixed arithmetic: when a binary arithmetic operator has operands of different numeric types, the operand with the``narrower'' type is widened to that of the other, where plain integer is narrower than long integer is narrower than floating point is narrower than complex.Comparisons between numbers of mixed type use the same rule.例文帳に追加
Python は型混合の演算を完全にサポートします: ある 2 項演算子が互いに異なる数値型の被演算子を持つ場合、より ``制限された'' 型の被演算子は他方の型に合わせて広げられます。 - Python
The reverse is also useful: calling Python functions from C.This is especially the case for libraries that support so-called``callback'' functions. 例文帳に追加
とりわけ、いわゆる ``コールバック'' 関数をサポートするようなライブラリを作成する際にはこの機能が便利です。 - Python
It uses the rexec module as a foundation for supportingPython applets, and can be used as an example usage of this module. Subsections例文帳に追加
これは、rexecモジュールを、Python アプレットをサポートするのに使っていて、このモジュールの使用例として使うことができます。 - Python
This limit prevents infinite recursion from causing an overflow of the C stack and crashingPython.例文帳に追加
この制限はPythonプログラムが無限に再帰し、Cスタックがオーバーフローしてクラッシュすることを防止するために設けられています。 - Python
A string giving the site-specific directory prefix where the platform independent Python files are installed; by default, this is the string '/usr/local'.例文帳に追加
サイト固有の、プラットフォームに依存しないファイルを格納するディレクトリを示す文字列。 デフォルトでは'/usr/local'になります。 - Python
This means that the typical surrogates generated by Python IDL compilers are not likely to work, and wrapper objects maybe needed on the client if the DOM objects are accessed via CORBA.While this does require some additional consideration for CORBA DOMclients, the implementers with experience using DOM over CORBA from Python do not consider this a problem.例文帳に追加
これは、Python IDL コンパイラによって生成された典型的なサロゲーションはまず動作することはなく、DOM オブジェクトがCORBA を解してアクセスされる場合には、クライアント上でラッパオブジェクトが必要であることを意味します。 CORBA DOM クライアントでは他にもいくつか考慮すべきことがある一方で、CORBA を介して DOM を使った経験を持つ実装者はこのことを問題視していません。 - Python
This makes the relationship between the index for a node and the indexes for its children slightly less obvious, but is more suitable since Python uses zero-based indexing.(b) Our pop method returns the smallest item, not the largest (called a"min heap" in textbooks; a "max heap" is more common in texts because of its suitability for in-place sorting).These two make it possible to view the heap as a regular Python list without surprises:例文帳に追加
(b) われわれの pop メソッドは最大の要素ではなく最小の要素 (教科書では "min heap:最小ヒープ" と呼ばれています;教科書では並べ替えをインプレースで行うのに適した "max heap:最大ヒープ" が一般的です)。 これらの 2 点によって、ユーザに戸惑いを与えることなく、ヒープを通常の Python リストとして見ることができます: - Python
The ordering of the chapters as well as the ordering of the modules within each chapter is roughly from most relevant to least important.This means that if you start reading this manual from the start, and skip to the next chapter when you get bored, you will get a reasonableoverview of the available modules and application areas that are supported by the Python library.例文帳に追加
つまり、このマニュアルを最初から読み始め、読み飽き始めたところで次の章に進めば、Python ライブラリで利用できるモジュールやサポートしているアプリケーション領域の概要をそこそこ理解できるということです。 - Python
If Python is built with universal newline support (the default) the file is opened as a text file, butlines may be terminated by any of 'n', the Unix end-of-lineconvention,'r', the Macintosh convention or 'rn', the Windowsconvention.例文帳に追加
Python が全改行文字サポートを行っている (標準ではしています) 場合,ファイルがテキストファイルで開かれますが、行末文字として Unix における慣行である 'n' 、Machintosh における慣行である 'r'、Windows における慣行である 'rn' のいずれを使うこともできます。 - Python
It is also possible to embed Python in a C++ program; precisely how this is done will depend on the details of the C++ system used; in general you will need to write the main program in C++, and use the C++ compiler to compile and link your program.例文帳に追加
C++ プログラム中にも Python を埋め込めます; 厳密に言うと、どうやって埋め込むかは使っているC++ 処理系の詳細に依存します;一般的には、メインプログラムをC++で書き、C++ コンパイラを使ってプログラムをコンパイル・リンクする必要があるでしょう。 - Python
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)