1153万例文収録!

「python」に関連した英語例文の一覧と使い方(27ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 1381



例文

Finally, it shows howto compile and link extension modules so that they can be loaded dynamically (at run time) into the interpreter, if the underlying operating system supports this feature. This document assumes basic knowledge about Python.例文帳に追加

このドキュメントの最後には、オペレーティングシステム上で (実行時に)動的に拡張モジュールをロードする機能がサポートされている場合に、動的ロード可能な拡張モジュールをコンパイルしてリンクする方法を示します。 このドキュメントでは、読者は Python について基礎的な知識を持ち合わせているものと仮定しています。 - Python

(On the other hand, the language core does definesyntactic properties like the spelling and priorities of operators.)The library also contains built-in functions and exceptions --objects that can be used by all Python code without the need of an import statement.例文帳に追加

(一方で、言語のコア部分では演算子のスペルや優先順位のような構文法的な属性を定義しています。 ) このライブラリにはまた、組み込み関数と例外が納められています --組み込み関数および例外は、全ての Python で書かれたコード上で、import 文を使わずに使うことができるオブジェクトです。 - 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


例文

This is an issue when the application is linked to the staticruntime library (libpython.a) and needs to load dynamic extensions (implemented as .so files).The problem is that some entry points are defined by the Python runtime solely for extension modules to use.例文帳に追加

これは、アプリケーションが静的な実行時ライブラリ (libpython.a)にリンクされていて、かつ (.so ファイルとして実装されている) 動的ロードされるような拡張モジュールをロードする必要がある場合に起きる問題です。 問題になるのは、拡張モジュールが使うあるエントリポイントがPython ランタイムだけで定義されているという状況です。 - Python

However, transportingcode from one Python version to another as source text will always allow correct parse trees to be created in the target version, with the only restriction being that migrating to an older version of the interpreter will not support more recent language constructs.例文帳に追加

しかし、Pythonのあるバージョンから別のバージョンへテキストのソースのままコードを移せば、目的のバージョンで正しい解析木を常に作成できます。 ただし、インタープリタの古いバージョンへ移行する際に、最近の言語コンストラクトをサポートしていないことがあるという制限だけがあります。 - Python

The syntax for a complete Python program is that for file input,described in the next section.The interpreter may also be invoked in interactive mode; in this case,it does not read and execute a complete program but reads and executesone statement (possibly compound) at a time. 例文帳に追加

完全な Python プログラムの構文は、下の節で述べるファイル入力のためのものです。 インタプリタは、対話的モード (interactive mode) で起動されることもあります; この場合、インタプリタは完全なプログラムを読んで実行するのではなく、一度に単一の実行文 (複合文のときもあります) を読み込んで実行します。 - Python

(The stream must be a Python 1.6 Unicode-wrapped file-like that performs conversion toUnicode strings.)If there is a character stream specified, the SAX parser will ignore any byte stream and will not attempt to open a URI connection to the system identifier.例文帳に追加

なお、文字ストリームが指定されても SAX パーサは無視、システム識別子とみなし、バイト・ストリームを使って URI に接続しようとします。 - 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

例文

linejunk: A function that accepts a single string argument, and returns true if the string is junk, or false if not. The default is (None), starting with Python 2.3.例文帳に追加

linejunk: string型の引数ひとつを受け取る関数で、文字列がjunkか否かによってtrueを(違うときにはtrueを)返します。 Python2.3以降、デフォルトでは(None)になります。 - Python

We use zero-based indexing. 例文帳に追加

これにより、ノードに対するインデクスとその子ノードのインデクスの関係がやや明瞭でなくなりますが、Python はゼロベースのインデクス化を使っているのでよりしっくりきます。 - Python

This module implements a number of iterator building blocks inspired by constructs from the Haskell and SML programming languages.例文帳に追加

このモジュールではイテレータを構築する部品を実装しています。 プログラム言語HaskellとSMLからアイデアを得ていますが、Pythonに適した形に修正されています。 - Python

It is possible to pass Python long integers where integers are requested; however no proper range checking is done -- the most significant bits are silently truncated when the receiving field is too small to receive the value (actually, the semantics are inherited from downcasts in C -- your mileage may vary).A few other characters have a meaning in a format string.例文帳に追加

Python 整数型を要求している場所に Python 長整数型を渡すのは可能です; しかしながら、適切な値域チェックはまったく行われません --値を受け取るためのフィールドが、値全てを受け取るには小さすぎる場合、上桁のビット群は暗黙のうちに切り詰められます (実際のところ、このセマンティクスは C のダウンキャスト (downcast) から継承しています -- その恩恵は人それぞれかもしれませんが)。 その他、書式化文字列において意味を持つ文字がいくつかあります。 - Python

Historically, Python's built-in types have differedfrom user-defined types because it was not possible to use the built-intypes as the basis for object-oriented inheritance. 例文帳に追加

これまでの Python の歴史では、組み込み型はオブジェクト指向における継承を行う際に雛型にできないという点で、ユーザ定義型とは異なっていました。 - Python

Pythonnumbers are of course strongly related to mathematical numbers, butsubject to the limitations of numerical representation in computers. 例文帳に追加

Pythonの数値オブジェクトはいうまでもなく数学で言うところの数値と強く関係していますが、コンピュータ内で数値を表現する際に伴う制限を受けています。 - Python

Discussion of the future of the Python documentation and related topics takes place in the Documentation Special Interest Group, or``Doc-SIG.'' Information on the group, including mailing list archives and subscription information, is available athttp://www.python.org/sigs/doc-sig/.例文帳に追加

Doc-SIG にはメーリングリストのアーカイブや購読情報があり、http://www.python.org/sigs/doc-sig/ で利用できます。 SIG はドキュメンテーションに関心を持つ全ての人々に解放されています。 - Python

is a directive to the compiler that a particular module should be compiled using syntaxor semantics that will be available in a specified future release ofPython.例文帳に追加

は、将来の特定の Python のリリースで利用可能になるような構文や意味付けを使って、特定のモジュールをコンパイルさせるための、コンパイラに対する指示句 (directive) です。 - Python

Website with documentation for the new python Berkeley DB interface that closely mirrors the sleepycat object oriented interface provided in Berkeley DB 3 and 4.例文帳に追加

新しいBerkeley DBインターフェースのドキュメントがあります。 新しいインターフェースは、BerkeleyDB 3と4でsleepycatが提供しているオブジェクト指向インターフェースとほぼ同じインターフェースとなっています。 - Python

The readline module defines a number of functions used either directly or from the例文帳に追加

readline モジュールでは、補完をしやすくしたり、ヒストリファイルを Python インタプリタから読み書きできるようにするためのいくつかの関数を定義しており、これらは直接使うことも - Python

The default is 100,meaning the check is performed every 100 Python virtual instructions.Setting it to a larger value may increase performance for programs using threads.例文帳に追加

デフォルト値は100で、この場合 100 の仮想命令を実行するとチェックを行います。 この値を大きくすればスレッドを利用するプログラムのパフォーマンスが向上します。 - 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

It may be necessary to configure and compile Python with certain compiler flags to enable this mode. For example, it is enabled by default with recent versions of Irix, but with Solaris 2.6 and 2.7 you need to do something like:例文帳に追加

例えば、ラージファイルのサポートは Irix の最近のバージョンでは標準で有効ですが、Solaris 2.6 および 2.7 では、以下のようにする必要があります: - Python

All user-visible symbols defined by Python.h have a prefix of "Py" or "PY", except those defined in standard header files.For convenience, and since they are used extensively by the Python interpreter, "Python.h" includes a few standard header files:stdio.h, string.h, errno.h, and stdlib.h.例文帳に追加

Python.h で定義されているユーザから可視のシンボルは、全て接頭辞"Py" または "PY" が付いています。 ただし、標準ヘッダファイル内の定義は除きます。 - Python

Implementations that do not obey this property are deemed broken.例文帳に追加

この特性に従わないような実装は変則であるとみなされます (この制限は Python 2.3 で追加されました; Python2.2 では、この規則に従うと多くのイテレータが変則となります)。 - Python

Authors may use this guide, in conjunction with the template files provided with the distribution, to create or maintain whole documents or sections.If you're interested in contributing to Python's documentation,there's no need to learn LaTeX if you're not so inclined; plaintext contributions are more than welcome as well.例文帳に追加

ドキュメントの作者は、このガイドと Python 配布物で提供されている雛形ファイルを組み合わせて使い、ドキュメント全体やドキュメントの各セクションを作成したり維持したりできます。 Python のドキュメントを寄贈したいと思っているなら、そのためにLaTeXをわざわざ学ぶ必要はありません; 平文での寄贈も大歓迎です。 - 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

(That tarfile is considered ``dumb'' because it has to be unpacked in a specific location to work.)Thus, the above command on a Unix system createsDistutils-1.0.plat.tar.gz; unpacking this tarball from the right place installs the Distutils just as though you haddownloaded the source distribution and run python setup.pyinstall.例文帳に追加

(tar ファイルは、特定の場所に手作業で解凍しないと動作しないので、 ``ダム: 賢くない'' 形式とみなします。 )従って、 Unix システムで上記のコマンドを実行すると、Distutils-1.0.plat.tar.gz を作成します; この tarball を正しい場所で解凍すると、ちょうどソース配布物をダウンロードして python setup.py install を実行したのと同じように、正しい場所に Distutils がインストールされます。 - 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

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 trunk is made in the shape of a bowl, being different from that of Kokyu in the main islands of Japan (in olden times, the trunk was made by splitting the nut of coconut palms into halves), and the leather of a python is used for covering the trunk as those for Sanshin (Okinawan traditional three-stringed instrument). 例文帳に追加

胴は内地の胡弓と異なって椀型になっており(古くは椰子の実を二つに割って胴にした)、三線と同様にニシキヘビの皮を張る。 - Wikipedia日英京都関連文書対訳コーパス

Otherwise, the argument may be a plain or long integer or a floating point number, and a floating point number with the same value (within Python's floating point precision) is returned.例文帳に追加

それ以外の場合、引数は通常整数、長整数、または浮動小数点数をとることができ、同じ値の浮動小数点数が (Python の浮動小数点精度で) 返されます。 - Python

Warning:This function is not safe from user errors! 例文帳に追加

警告:この関数はユーザのエラーに対して安全ではありません! この関数では、入力は有効な Python の式であると期待しています; 入力が構文的に正しくない場合、SyntaxError が送出されます。 - Python

In most cases a copy-and-paste of an interactive console session works fine, but doctest isn't trying to do an exact emulation of any specificPython shell.例文帳に追加

ほとんどの場合、対話コンソールセッション上でのコピー/ペーストはうまく動作します。 とはいえ、 doctest は特定の Python シェルの振る舞いを正確にエミュレーションしようとするわけではありません。 - Python

Recursively unpacks a Carbon.AE.AEDesc event to Python objects. The function returns the parameter dictionary and the attribute dictionary.The formodulename argument is used by generated stub packages to control where AppleScript classes are looked up.例文帳に追加

関数は引数の辞書および属性の辞書を返します。 formodulename 引数は AppleScript クラスをどこに捜しに行くか制御するために、生成されたスタブパッケージにより使用されます。 - 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

Raised when the interpreter finds an internal error, but the situation does not look so serious to cause it to abandon all hope.The associated value is a string indicating what went wrong (in low-level terms).You should report this to the author or maintainer of your Python interpreter.例文帳に追加

インタプリタが内部エラーを発見したが、その状況は全ての望みを棄てさせるほど深刻ではないように思われる場合に送出されます。 - Python

See section4.1 to find out how to modify Python's search path.If you want to define an entire installation scheme, you just have to supply all of the installation directory options.例文帳に追加

Python のモジュール検索パスを修正する方法は、4.1 節を参照してください。 インストールスキーム全体を定義したいのなら、全てのインストールディレクトリオプションを指定しなければなりません。 - Python

The C function always has two arguments, conventionally named self and args.The self argument is only used when the C function implements a built-in method, not a function.例文帳に追加

C 関数は常に二つの引数を持ち、便宜的に self および argsと呼ばれます。 self 引数は C 関数が Python の関数ではなく組み込みメソッドを実装している場合にのみ使われます。 - Python

in Python, from lowestprecedence (least binding) to highest precedence (most binding).Operators in the same box have the same precedence. 例文帳に追加

の最も低い (結合度が最も低い)ものから最も高い (結合度が最も高い) ものの順に並べたものです。 同じボックス内に示された演算子は同じ優先順位を持ちます。 - Python

While mostthread packages have a way to store ``per-thread global data,''Python's internal platform independent thread abstraction doesn'tsupport this yet. 例文帳に追加

ほとんどのスレッドパッケージが ``スレッドごとのグローバルデータ''を保存する手段を持っている一方で、Python の内部的なプラットフォーム非依存のスレッド抽象層はこれをサポートしていません。 - 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

In versions of Python prior to 2.4, octal and hexadecimal literals in the range just above the largest representable plain integer but below the largest unsigned32-bit number (on a machine using 32-bit arithmetic), 4294967296, were taken as the negative plain integer obtained by subtracting 4294967296from their unsigned value.例文帳に追加

バージョン 2.4 以前の Python では, 8 進および 16 進のリテラルのうち,通常の整数型として表現可能な値より大きく,かつ符号無しの 32-bit(32-bit 演算を使う計算機の場合) 整数で表現できる最大値,すなわち 4294967296 よりも小さな数は,リテラルを符号無し整数として表現した値から4294967296 を引いて得られる負の整数として扱っていました. - Python

With almost no basic TeX or LaTeX markup in use, however, the markup syntax is about the only evidence of LaTeX in the actual document sources.One side effect of this is that while we've been able to use standard ``engines'' for manipulating the documents, such as LaTeX and LaTeX2HTML, most of the actual transformations have been created specifically for Python.例文帳に追加

とはいえ、基本的なTeX やLaTeX によるマークアップが使われていなければ、実際のドキュメントソースでLaTeX が使われている証拠となるのはマークアップの構文法くらいです。 この副作用のせいで、例えばLaTeX やLaTeX2HTML のような、ドキュメントを操作するための標準の ``エンジン'' を使えるにも関わらず、実際の変換のほとんどは Python に特化して作られてしまいました。 - Python

Compiling a Python extension written in C or C++ will sometimes require specifying custom flags for the compiler and linker in order to use a particular library or produce a special kind of object code. This is especially true if the extension hasn't been tested on your platform, or if you're trying to cross-compile Python.In the most general case, the extension author might have foreseenthat compiling the extensions would be complicated, and provided a Setup file for you to edit.例文帳に追加

C や C++ で書かれた Python 拡張をコンパイルする際、しばしば特定のライブラリを使ったり、特定の種類のオブジェクトコードを生成したりする上で、コンパイラやリンカに与えるフラグをカスタマイズする必要があります。 ある拡張モジュールが自分のプラットフォームではテストされていなかったり、クロスコンパイルを行わねばならない場合にはこれが当てはまります。 - Python

This reference manual describes the Python programming language.It is not intended as a tutorial.While I am trying to be as precise as possible, I chose to use Englishrather than formal specifications for everything except syntax and lexical analysis.例文帳に追加

私は本マニュアルをできるだけ正確に書こうとする一方で、文法や字句解析以外の全てについて、形式化された仕様記述ではなく英語を使うことにしました。 - Python

Since the collector supplements the reference counting already used in Python, you can disable the collector if you are sure your program does not create reference cycles.例文帳に追加

循環ガベージコレクタはPyhonの参照カウントを補うためのものですので、もしプログラム中で循環参照が発生しない事が明らかな場合には検出をする必要はありません。 - Python

For details on JPEG or the Independent JPEG Group software refer to the JPEG standard or the documentation provided with the software.A portable interface to JPEG image files is available with the PythonImaging Library (PIL) by Fredrik Lundh.例文帳に追加

JPEG、あるいはIndependent JPEG Groupソフトウェアの詳細は、標準JPEG、若しくは提供されるソフトウェアのドキュメントを参照してください。 JPEGファイルを扱うポータブルなインタフェースはFredrik LundhによるPython Imaging Library (PIL)があります。 - Python

Python's Thread class supports a subset of the behavior of Java's Thread class;currently, there are no priorities, no thread groups, and threads cannot be destroyed, stopped, suspended, resumed, or interrupted.例文帳に追加

Python の Thread クラスがサポートしているのは Java の Thread クラスの挙動のサブセットにすぎません; 現状では、優先度 (priority)やスレッドグループがなく、スレッドの破壊 (destroy)、中断 (stop)、一時停止 (suspend)、復帰 (resume)、割り込み (interrupt) は行えません。 - 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




  
本サービスで使用している「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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS