| 例文 |
python 2の部分一致の例文一覧と使い方
該当件数 : 26件
7.2 Pure Python distribution 例文帳に追加
2 pure Python 配布物 - Python
2. Using the Python Interpreter 例文帳に追加
2. Python インタプリタを使う - Python
7.2 Pure Python distribution (by package) 例文帳に追加
2 pure Python 配布物 (パッケージ形式) - Python
data type: xml.sax.sax2lib.LexicalHandler (not supported in Python 2)description: An optional extension handler for lexical events like comments. 例文帳に追加
data type: xml.sax.sax2lib.LexicalHandler (Python 2 では未サポート)description: コメントなど字句解析イベント用のオプション拡張ハンドラ。 - Python
Convert a Unicode (UCS-2 or UCS-4) data buffer and its length to a Python Unicode object.例文帳に追加
null 終端された Unicode (UCS-2 または UCS-4) データのバッファとその長さから Python オブジェクトに変換します。 - Python
2 Directory Structure The source distribution for the standard Python documentationcontains a large number of directories. 例文帳に追加
2 ディレクトリ構造 標準 Python ドキュメントのソース配布物には、数多くのディレクトリが入っています。 - Python
This code loads a Python script using argv[1], and calls the function named in argv[2].例文帳に追加
このコードはargv[1] を使って Python スクリプトをロードし、argv[2] 内に指定された名前の関数を呼び出します。 - Python
The new modules may be either 100%-pure Python, or may be extension modules written in C, or may be collections of Python packages which includemodules coded in both Python and C.This package is discussed in two separate documents which are included in the Python documentation package.例文帳に追加
新規のモジュールは 100%-pure Python でも、C で書かれた拡張モジュールでも、あるいは Python と C 両方のコードが入っているモジュールからなるPython パッケージでもかまいません。 このパッケージは、Python ドキュメンテーション パッケージに含まれているこれとは別の 2つのドキュメントで詳しく説明されています。 - Python
The Python mapping of the API is substantially based on the DOM Level2 recommendation.例文帳に追加
Python においては、DOM API への対応付け は実質的には DOM レベル2 勧告に基づいています。 - Python
data type: xml.sax.sax2lib.DeclHandler (not supported in Python 2)description: An optional extension handler for DTD-related events other than notations and unparsed entities.例文帳に追加
data type: xml.sax.sax2lib.DeclHandler (Python 2 では未サポート)description: ノーテーションや未解析エンティティをのぞく DTD 関連イベント用のオプション拡張ハンドラ。 - Python
The version_infovalue corresponding to the Python version 2.0 is (2, 0, 0,'final', 0).New in version 2.0. 例文帳に追加
バージョン 2.0 で 新たに追加 された仕様です。 - Python
Building custom interpreters was rarely used, and extension modules can be built using distutils.Building an extension module using distutils requires that distutils is installed on the build machine, which is included in Python 2.x and available separately for Python 1.5.例文帳に追加
distutils を使った拡張モジュールのビルドには、ビルドを行う計算機上にdistutils をインストールしていることが必要です。 Python 2.x には distutils が入っており、 Python 1.5 用には個別のパッケージがあります。 - Python
data type: org.w3c.dom.Node (not supported in Python 2) description: When parsing, the current DOM node being visited if this is a DOM iterator; when not parsing, the root DOM node foriteration.access: (parsing) read-only; (not parsing) read/write例文帳に追加
data type: org.w3c.dom.Node (Python 2 では未サポート) description: パース時は DOM イテレータにおけるカレント DOM ノード、非パース時はルート DOM ノードを指す。 - Python
Python offers two different primitive operations based on regular expressions: match and search.例文帳に追加
Python は、正規表現に基づく、2つの異なるプリミティブな操作を提供しています:マッチと検索です。 - Python
However,if Python would recognize the resulting sequence, the backslash should be repeated twice.例文帳に追加
しかし、もし Python が結果のシーケンスを認識するのであれば、バックスラッシュを 2回 繰り返さなければいけません。 - Python
module is essentially a DOM1.0-compatible DOM with some DOM 2 features (primarily namespacefeatures).Usage of the DOM interface in Python is straight-forward. 例文帳に追加
モジュールは、本質的にはDOM 1.0 互換の DOM に、いくつかの DOM 2 機能 (主に名前空間機能) を追加したものです。 Python における DOM インタフェースは率直なものです。 - Python
Using this is more portable than using a sequence of the two string types constructedelsewhere since it only contains UnicodeType if it has been built in the running version of Python.例文帳に追加
UnicodeTypeは実行中の版のPythonに含まれている場合にだけ含まれるので、2つの文字列型のシーケンスを使うよりこれを使う方が移植性が高くなります。 - 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
There are only two differences between this and the trivial one-filedistribution presented in section1.2: more metadata, and the specification of pure Python modules by package,rather than by module.例文帳に追加
上の例と、2 で示したファイル一つからなる小さな配布物とは、違うところは二つしかありません: メタデータの追加と、モジュールではなくパッケージとして pure 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 second edition of the book no longer covers Python at all, but the first edition covered writing good regular expressionpatterns in great detail. Subsections 例文帳に追加
この本の第2版ではPyhonについては触れていませんが、良い正規表現パターンの書き方を非常にくわしく説明しています。 - 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
These are marked using macros rather than environments, probably because the end of a section can be safely inferred when a section of equal or higher level starts.There are six ``levels'' of sectioning in the document classes used for Python documentation, and the deepest two levels例文帳に追加
これらの各階層は環境ではなくマクロでマークしますが、おそらくこれはある章構造とレベルが同じかより高い章構造が続くと、その章がそこで終わったと考えて差し支えないからでしょう。 Python ドキュメントが使っているクラスには 6 段階の章節分けの ``レベル'' があり、そのうち最も深い 2 レベル - Python
Japan's first cases of reproduction: (1) mammals: lion, tiger, western lowland gorilla, lar gibbon, European bison (2) birds: white stork, black-necked swan, Caribbean flamingo, streaked shearwater, plain chachalaca (3) reptiles: Florida python, red-footed tortoise. 例文帳に追加
日本初の繁殖の成功例としては、哺乳類でライオン、トラ、ニシローランドゴリラ、シロテナガザル、ヨーロッパバイソン、鳥類でシュバシコウ、クロエリハクチョウ、ベニイロフラミンゴ、オオミズナギドリ、ムジヒメシャクケイ、爬虫類はフロリダニシキヘビ、アカアシガメがある。 - Wikipedia日英京都関連文書対訳コーパス
| 例文 |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|