| 例文 |
python whichの部分一致の例文一覧と使い方
該当件数 : 109件
The StreamWriter class is a subclass of Codec and defines the following methods which every stream writer must define inorder to be compatible to the Python codec registry.例文帳に追加
StreamWriter クラスは Codec のサブクラスで、以下のメソッドを定義しています。 - Python
Portage, the package maintenance system which Gentoo uses, is written in Python, meaning you can easily view and modify the source code.例文帳に追加
Portage、これはGentooの使うパッケージ管理システムですが、誰もが簡単にソースコードを見たり変更したりできるように、Pythonで書かれています。 - Gentoo Linux
This is a type which contains the information Python needs to treat a pointer to an object as an object.例文帳に追加
この型には、あるオブジェクトに対するオブジェクトとしてのポインタをPython から扱う必要がある際に必要な情報が入っています。 - Python
The specific numeric values which the names map to may change between Python versions. This module also provides one additional data object:例文帳に追加
名前がマップする特定の数値はPythonのバージョン間で変わります。 このモジュールには、データオブジェクトも一つ付け加えられています: - Python
describes the exact syntax and semantics of the language, it does not describe the standard library that is distributed with the language,and which greatly enhances its immediate usability.例文帳に追加
では、プログラミング言語 Python の厳密な構文とセマンティクスについて説明していますが、Python とともに配付され,Python をすぐに活用する上で大いに役立つ標準ライブラリについては説明していません。 - Python
9 Future Directions The history of the Python documentation is full of changes, most of which have been fairly small and evolutionary.例文帳に追加
9 将来の方向性 Python ドキュメントは変更に次ぐ変更の歴史を重ねてきており、そのほとんどはやや小規模の漸進的なものでした。 - Python
For the Python documentation, this abbreviation should be avoided since there's no reasonable way to predict which occurance will be the first seen by the reader.例文帳に追加
Python ドキュメントでは、読者が最初にどこを読むのか合理的に予測する方法がないので、略語の使用を避けねばなりません。 - Python
(Python is built with Microsoft Visual C++, which uses COFF as the object file format.)For this reason you have to convert Python's librarypython24.lib into the Borland format.例文帳に追加
Microsoft Visual C++ は COFF をオブジェクトファイル形式に使います。 )このため、以下のようにして、 Python のライブラリ python24.lib を Borland の形式に変換する必要があります: - Python
The most often needed ones are available through these macros which are mapped to Cfunctions depending on the Python configuration.例文帳に追加
よく使われる文字プロパティは、以下のマクロで利用できます。 これらのマクロは Python の設定に応じて、各々 C の関数に対応付けられています。 - Python
Obviously, for pure Python distributions, this isn't any simpler than just running python setup.py install--but for non-puredistributions, which include extensions that would need to be compiled, it can mean the difference between someone being able to use your extensions or not.例文帳に追加
) 言うまでもなく、 pure Python 配布物の場合なら、python setup.py install するのに比べて大して簡単になったとは言えません--しかし、非 pure 配布物で、コンパイルの必要な拡張モジュールを含む場合、拡張モジュールを利用できるか否かという大きな違いになりえます。 - Python
These are represented by the PyObject and PyVarObject types,which are defined, in turn, by the expansions of some macros also used, whether directly or indirectly, in the definition of all other Python objects.例文帳に追加
PyObject 型や PyVarObject 型もまた、他の全ての Python オブジェクトを定義する上で直接的・間接的に使われているマクロを使って定義されています。 - Python
create the ``binary'' RPM (which may or may not contain binary code, depending on whether your module distribution contains Python extensions)例文帳に追加
``バイナリ (binary)'' RPM を生成します (モジュール配布物にPython 拡張モジュールが入っているか否かで、バイナリコードが含まれることも含まれないこともあります) - Python
There are a number of macros that are useful for adding index entries for particular concepts, many of which are specific to programming languages or even Python.例文帳に追加
様々な概念について索引エントリを追加する上で便利なマクロがあります。 これらの多くはプログラミング言語や、Python に特有の概念です。 - Python
Unlike C, all comparison operations in Python have the same priority,which is lower than that of any arithmetic, shifting or bitwiseoperation. 例文帳に追加
C 言語と違って、Python における比較演算子は同じ優先順位をもっており、全ての算術演算子、シフト演算子、ビット単位演算子よりも低くなっています。 - Python
The Python byte code which this module takes as an input is defined in the file Include/opcode.h and used by the compiler and the interpreter.Example: Given the function myfunc:例文帳に追加
このモジュールが入力として受け取るPythonバイトコードはファイルInclude/opcode.hに定義されており、コンパイラとインタプリタが使用しています。 例: 関数myfuncを考えると: - Python
A word of caution: the mechanisms described here use internal attributes and methods, which are subject to change in future versions of Python.例文帳に追加
注意してください: ここで記述されている機構は内部の属性とメソッドを使っており、これらはPython の将来のバージョンで変更される対象になっています。 - Python
Since Python tends toward the explicit, groups are also made explicit in the documentation markup.Groups are used only sparingly in the Python documentation, except for their use in marking parameters to macros and environments.A macro is usually a simple construct which is identified byname and can take some number of parameters.例文帳に追加
マクロや環境におけるパラメタをマークする場合を除き、Python ドキュメントではグループ自体は控えめに使います。 マクロ は通常は単純な構成要素で、マクロ名で識別され、いくつかのパラメタを取ることがあります。 - 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
Python modules' code is recompiled and the module-level codereexecuted, defining a new set of objects which are bound to names in the module's dictionary.例文帳に追加
Python モジュールのコードは再コンパイルされ、モジュールレベルのコードは再度実行されます。 モジュールの辞書中にある、何らかの名前に結び付けられたオブジェクトを新たに定義します。 - Python
The second section is usually HTML, which allows the client softwareto display nicely formatted text with header, in-line images, etc.Here's Python code that prints a simple piece of HTML: 例文帳に追加
二つ目のセクションは通常、ヘッダやインラインイメージ等の付属したテキストをうまくフォーマットして表示できるようにした HTML です。 以下に単純な HTML を出力する Python コードを示します: - Python
Warning:Since Python may define some pre-processor definitions which affect the standard headers on some systems, you must includePython.h before any standard headers are included.例文帳に追加
システムによっては、Python の定義しているプリプロセッサ定義が標準ヘッダに影響をおよぼす可能性があるので、Python.hは他の標準ヘッダファイルよりも前にインクルードしてください。 - Python
The representation of OSA descriptor data for which the aepack and aetypes modules have no support, i.e. anything that is not represented by the other classes here and that is not equivalent to a simple Python value.例文帳に追加
aepack や aetypes がサポートしていない OSA のデスクリプタデータ、すなわち、このモジュールで扱っている他のクラスや、Python の組み込み型の値で表現されていないようなデータを表現するクラスです。 - Python
Be aware that the values of the sequences which are considered``correct'' will vary from one version of Python to another as the formal grammar for the language is revised.例文帳に追加
言語の形式文法が改訂されるために、``正しい''と考えられるシーケンスの値がPythonのあるバージョンから別のバージョンで変化することがあるということに注意してください。 - Python
Warning:Since Python may define some pre-processor definitions which affectthe standard headers on some systems, you must includePython.h before any standard headers are included. 例文帳に追加
Python は、システムによっては標準ヘッダの定義に影響するようなプリプロセッサ定義を行っているので、 Python.h はいずれの標準ヘッダよりも前にインクルードせねばなりません。 - Python
The ConfigParser class implements a basic configuration file parser language which provides a structure similar to what you would find on Microsoft Windows INI files. You can use this to write Python programs which can be customized by end users easily.例文帳に追加
ConfigParser クラスは,Microsoft Windows の INI ファイルに見られるような構造をもつ,基礎的な設定ファイルを実装しています.このモジュールを使って,エンドユーザーが簡単にカスタマイズできるようなPython プログラムを書くことができます。 - Python
which will ultimately copy foo.py to the appropriate directory for third-party modules in their Python installation.This simple example demonstrates some fundamental concepts of the Distutils.例文帳に追加
この操作を行うと、インストールされている Python での適切なサードパーティ製モジュール置き場にfoo.py を完璧にコピーします.ここで述べた簡単な例では、 Distutils の基本的な概念のいくつかを示しています。 - Python
Select Win32 Dynamic-LinkLibrary, enter the name ("spam"), and make sure the Location is set to the spam directory you have created(which should be a direct subdirectory of the Python build tree, a sibling of Include and PC).例文帳に追加
Win32 ダイナミックリンクライブラリ を選択し、名前("spam")を入れ、「場所」が先ほど作成した spam ディレクトリ下に(Python ビルドツリーの直下のサブディレクトリで、Include および PC と同じディレクトリになるはずです) あることを確かめます。 - 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
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
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
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 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
Since Python'sdict objects are not ordered, there is not enough information available to deduce the order in which the row should be written to the csvfile.例文帳に追加
Pythonのdictオブジェクトは整列されていないので、列がcsvfileに書かれるべき順序を推定するための十分な情報はありません。 - Python
It is this environment in which the idiomatic ``conditional script''stanza causes a script to run:例文帳に追加
この環境はPythonスクリプトをメインプログラムとして実行される際によく使われる``条件付きスクリプト''の一節が実行される環境です。 - Python
Python's support for detecting and collecting garbage which involvescircular references requires support from object types which are``containers'' for other objects which may also be containers. 例文帳に追加
Python が循環参照を含むガベージの検出とコレクションをサポートするには、他のオブジェクトに対する ``コンテナ'' (他のオブジェクトには他のコンテナも含みます) となるオブジェクト型によるサポートが必要です。 - Python
DOM Level3adds a Load/Store specification, which defines an interface to the reader, but this is not yet available in the Python standard library.Once you have a DOM document object, you can access the parts of your XML document through its properties and methods.例文帳に追加
DOM レベル3 ではロード(Load)/ストア(Store) 仕様が追加され、リーダのインタフェースにを定義していますが、Python 標準ライブラリではまだ利用することができません。 DOM 文書オブジェクトを生成したら、そのプロパティとメソッドを使ってXML 文書の一部にアクセスできます。 - Python
The specific numeric values which the names map to may change between Pythonversions.This module also provides one data object and some functions.例文帳に追加
名前がマップする特定の数値は、Pythonのバージョン間で変わります。 このモジュールは一つのデータオブジェクトといくつかの関数も提供します。 - Python
Their contents may change from one version of Python to the next without warning and should not be relied on by code which will run under multiple versions of the interpreter.例文帳に追加
メッセージの内容は、ある Python のバージョンから次のバージョンになるときに、警告なしに変更される可能性があります。 したがって、複数バージョンのインタプリタで動作するようなコードにおいては、例外メッセージの内容に依存した記述をすべきではありません。 - Python
However, their data can come from one of two sources: from a block of memory, or from another object which exports the bufferinterface.Buffer objects are useful as a way to expose the data from anotherobject's buffer interface to the Python programmer.例文帳に追加
しかし、バッファオブジェクトのデータは二つのデータソース:何らかのメモリブロックか、バッファインタフェースを公開している別のオブジェクト、のいずれかに由来しています。 バッファオブジェクトは、他のオブジェクトのバッファインタフェースからPython プログラマにデータを公開する方法として便利です。 - Python
This particularstyle guide was selected mostly because it seems reasonable and is easy to get online.Topics which are not covered in the Apple's style guide will be discussed in this document if necessary.Many special names are used in the Python documentation, including the names of operating systems, programming languages, standardsbodies, and the like.例文帳に追加
Apple のスタイルガイドがカバーしていないトピックについては、このドキュメントで必要に応じて議論していきます。 Python ドキュメントの中では、オペレーティングシステムやプログラミング言語、標準機関、その他の名前を含む沢山の特殊な名前を使っています。 - Python
Pythondepends on the platform's C library, which generally doesn't have year2000 issues, since all dates and times are represented internally as seconds since the epoch.例文帳に追加
Python はプラットフォームの C ライブラリに依存しています。 C ライブラリは日付および時刻をエポックからの経過秒で表現するので、一般的に 2000 年問題を持ちません。 - Python
Some of these modules are explicitly designed to encourage and enhance the portability of Python programs.This library reference manual documents Python's standard library, as well as many optional library modules (which may or may not be available, depending on whether the underlying platform supports them and on the configuration choices made at compile time).例文帳に追加
これら数多くのモジュールには、Pythonプログラムに移植性を持たせ、それを高めるという明確な意図があります。 このライブラリリファレンスマニュアルでは、Pythonの標準ライブラリだけでなく、多くのオプションのライブラリモジュールについて説明しています(ライブラリモジュールの中には,プラットフォームでのサポートやコンパイル時の設定によって、使えたり使えなかったりするものがあります).また、言語の標準の型、組み込みの関数と例外、Python リファレンスマニュアルで説明していなかったり,説明不足であるような多くの点についても説明しています。 - Python
The explanatorymaterial is useful for both the Windows programmer learning to build Python extensions and the Unix programmer interested in producingsoftware which can be successfully built on both Unix and Windows.Module authors are encouraged to use the distutils approach for building extension modules, instead of the one described in this section.例文帳に追加
この説明は、Python 拡張モジュールを作成する Windows プログラマと、Unix と Windows の双方でうまくビルドできるようなソフトウェアの作成に興味がある Unix プログラマの双方にとって有用です。 モジュールの作者には、この節で説明している方法よりも、 distutils によるアプローチで拡張モジュールをビルドするよう勧めます。 - Python
If you distribute or package many Python module distributions, you might want to put options that apply to all of them in your personal Distutils configuration file(~/.pydistutils.cfg).There are three steps to building a binary RPM package, all of which are handled automatically by the Distutils:例文帳に追加
沢山の Python モジュール配布物を配布したりパッケージ化したりしているのなら、配布物全部に当てはまるオプションを個人用の Distutils 設定ファイル (~/.pydistutils.cfg) に入れられます。 バイナリ形式の RPM パッケージを作成する際には三つの段階があり、Distutils はこれら全ての段階を自動的に処理します: - Python
The version of Python in which the named feature was changed in some way (new parameters, changed side effects, etc.).explanation should be a brief explanation of the change consisting of a capitalized sentence fragment; a period will be appended by the formatting process.例文帳に追加
文章中で説明している機能が変更された (新たなパラメタの追加、副作用の変化、など) 時の Python のバージョン番号を示すために使います。 explanation は変更内容の短い 説明で、大文字から始まる短い文章にします; 末尾のピリオドはフォーマット処理時に追加されます。 - Python
The configuration header is calledpyconfig.h for Python versions starting with 2.2, and config.h for earlier versions of Python.Some additional functions are provided which perform some usefulmanipulations for other parts of the distutils package.例文帳に追加
設定ファイルのヘッダは、2.2 以降のバージョンではpyconfig.h 、それ以前のバージョンでは config.h です。 他にも、distutils パッケージの別の部分を操作する上で便利な関数がいくつか提供されています。 - Python
At this level, only single inheritance is supported;multiple inheritance require dynamically creating a type object by calling the metatype.This field is not inherited by subtypes (obviously), but it defaults to PyBaseObject_Type (which to Python programmers is known as the type object).例文帳に追加
このフィールドのレベルでは、単継承 (single inheritance) だけがサポートされています;多重継承はメタタイプの呼び出しによる動的な型オブジェクトの生成を必要とします。 - Python
Note that any Python object references which are provided to the caller are borrowed references; do not decrement their reference count!Additional arguments passed to these functions must be addresses of variables whose type is determined by the format string; these are used to store values from the input tuple.例文帳に追加
呼び出し側に提供される Python オブジェクトの参照は全て 借りた (borrowed) ものです; オブジェクトの参照カウントをデクリメントしてはなりません!以下の関数に渡す補助引数 (additional argument) は、書式化文字列から決定される型へのアドレスでなければなりません; 補助引数に指定したアドレスは、タプルから入力された値を保存するために使います。 - Python
This may be the case if objects such as files, sockets,classes, or instances are included, as well as many other builtinobjects which are not representable as Python constants.The formatted representation keeps objects on a single line if it can,and breaks them onto multiple lines if they don't fit within the allowed width.例文帳に追加
Pythonの定数として表現できない多くの組み込みオブジェクトと同様、ファイル、ソケット、クラスあるいはインスタンスのようなオブジェクトが含まれていた場合は出力できません。 可能であればオブジェクトをフォーマット化して1行に出力しますが、与えられた幅に合わないなら複数行に分けて出力します。 - Python
.The AST objects are not required to support the functionality of this module, but are provided for three purposes: to allow an application to amortize the cost of processing complex parse trees, to provide a parse tree representation which conserves memory space when compared to the Python list or tuple representation, and to ease the creation of additional modules in C which manipulate parse trees.例文帳に追加
で定義されています。 ASTオブジェクトはこのモジュールの機能をサポートするために必要ありませんが、三つの目的から提供されています: アプリケーションが複雑な解析木を処理するコストを償却するため、Pythonのリストやタプル表現に比べてメモリ空間を保全する解析木表現を提供するため、解析木を操作する追加モジュールをCで作ることを簡単にするため。 - 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. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|