1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

python andの部分一致の例文一覧と使い方

該当件数 : 418



例文

Path configuration files have an extension of .pth, and each line must contain a single path that will be appended to sys. path.例文帳に追加

最も手軽な方法は、パス設定ファイルをすでに Python の検索パスに含まれるディレクトリ、通常は .../site-packages/ ディレクトリに置くというものです。 - Python

for more information.A slightly less convenient way is to edit the site.py file inPython's standard library, and modify sys. 例文帳に追加

を読んでください。 やや便利さには欠けますが、Python の標準ライブラリ中にある site.py ファイルを編集することでも、sys.path を変更できます。 - Python

An optional pointer to an instance deallocation function.The signature of this function has changed slightly: in Python2.2 and 2.2.1, its signature is destructor: 例文帳に追加

ポインタで、インスタンスのメモリ解放関数を指します。 この関数のシグネチャは少し変更されています; Python 2.2 および 2.2.1では、シグネチャはdestructor : - 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

例文

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

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

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

例文

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

例文

Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for rapid application development, as well as for use as a scripting or glue language to connect existing components together.例文帳に追加

Python の高レベルな組み込みデータ構造は、動的な型付け機能や動的な結合機能と組み合わせることで、迅速なアプリケーション開発や既存のソフトウェアコンポーネント間をつなぐスクリプト言語、または糊 (glue) 言語として Python を魅力的な存在にしています。 - Python

While third-party documentsdo not need to be placed into this structure or need to be placed within a similar structure, it can be helpful to know where to look for examples and tools when developing new documents using the Python documentation tools.例文帳に追加

サードパーティ製のドキュメントは、このディレクトリ構造下や似たディレクトリ構造下におく必要はありませんが、Python ドキュメント作成ツールを利用して新たなドキュメントを開発する際に、どこで例題やツールを探せばよいか知っておけば便利でしょう。 - Python

Floating-point numbers are also subject to small output variations across platforms, because Python defers to the platform C library for floatformatting, and C libraries vary widely in quality here.例文帳に追加

浮動小数点数もまた、プラットフォーム間での微妙な出力の違いの原因となります。 というのも、Python は浮動小数点の書式化をプラットフォームの C ライブラリにゆだねており、この点では、C ライブラリはプラットフォーム間で非常に大きく異なっているからです。 - Python

Each restriction is either an integer (to select a count of lines), or a decimal fraction between0.0 and 1.0 inclusive (to select a percentage of lines), or a regular expression (to pattern match the standard name that is printed; as of Python 1.5b1, this uses the Perl-style regular expression syntaxdefined by the例文帳に追加

制限の指定は(行数を指定する)整数、(行のパーセンテージを指定する) 0.0 から 1.0 までの割合を指定する小数、(出力する standard name にマッチする)正規表現のいずれかを使っておこないます。 正規表現は Python 1.5b1 で導入された - Python

The essential attributes of the facility have not changed; the interface allows trace functions to be installedper-thread, and the basic events reported to the trace function are the same as had been reported to the Python-level trace functions in previous versions.例文帳に追加

プロファイルやトレース機能の本質的な特性は変わっていません;インタフェースではとレース関数をスレッドごとにインストールでき、トレース関数に報告される基本イベント (basic event) は以前のバージョンにおいて Python レベルのトレース関数で報告されていたものと同じです。 - Python

In some cases the argument list is also provided by the Python program, through the same interface that specified the callback function. It can then be saved and used in the same manner as the function object.例文帳に追加

あるケースでは、コールバック関数を指定したのと同じインタフェースを介して、引数リストも渡されているかもしれません。 - Python

With context set and decimals created, the bulk of the program manipulates the data no differently than with other Pythonnumeric types.例文帳に追加

コンテキストを設定し、Decimal オブジェクトを生成できたら、ほとんどのプログラムは他の Python 数値型と全く変わらないかのようにDecimal を操作できます。 - 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

The term``restricted execution'' is favored over ``safe-Python''since true safety is hard to define, and is determined by the way the restricted environment is created.例文帳に追加

というのは、真の安全を定義することは難しく、制限された環境を生成する方法によって決められるからです。 - 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

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

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

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

If Python was built with the --with-universal-newlinesoption to configure (the default) this read-only attribute exists, and for files opened in universal newline read mode it keeps track of the types of newlinesencountered while reading the file.例文帳に追加

Python をビルドするとき、--with-universal-newlines オプションがconfigure に指定された場合(デフォルト)、この読み出し専用の属性が存在します。 一般的な改行に変換する読み出しモードで開かれたファイルにおいて、この属性はファイルの読み出し中に遭遇した改行コードを追跡します。 - Python

(On Windows, MSVC is known to call this an error and refuse to compile the code.)For contrast, let's take a look at the corresponding definition for standard Python integers:例文帳に追加

これはお使いの機種では何の問題も起こらないかもしれませんが、機種によっては、おそらく問題になるのです! (Windows 上では、MS Visual C がこの手のエラーを出し、コンパイルできないことが知られています)比較のため、以下に標準的な Python の整数型の定義を見てみましょう: - Python

They have been kept here to maintain backwards compatability with programs written for older versions of Python.Python programmers, trainers, students and bookwriters should feel free to bypass these functions without concerns about missing something important.例文帳に追加

こうした関数は古いバージョンの Python 向け書かれたプログラムとの互換性を維持するだけの目的で残されています。 Python のプログラマ、教官、学生、そして本の著者は、こうした関数を飛ばしてもかまわず、その際に何か重要なことを忘れていると思う必要もありません。 - Python

Another advantage of using these two macrosis that when Python is compiled without thread support, they are defined empty, thus saving the thread state and lock manipulations.When thread support is enabled, the block above expands to the following code:例文帳に追加

これらの二つのマクロを使うもうひとつの利点は、Python をスレッドサポートなしでコンパイルしたとき、マクロの内容、すなわちスレッド状態の退避とロック操作が空になるという点です。 スレッドサポートが有効になっている場合、上記のブロックは以下のようなコードに展開されます: - Python

(Like all other Python/C API functions, the global interpreter lock must be held before calling this function and is still held when it returns; however, unlike most other Python/C API functions, there needn't be a current thread state on entry.)Extension modules are shared between (sub-)interpreters as follows:the first time a particular extension is imported, it is initializednormally, and a (shallow) copy of its module's dictionary issquirreled away.例文帳に追加

(他の Python/C API 関数のように、この関数を呼び出す前にはグローバルインタプリタロック(global interpreter lock) が保持されていなければならず、関数が処理を戻した際にも保持されたままになります; しかし、他の Python/C API 関数とは違い、関数から戻ったときの現在のスレッド状態が関数に入るときと同じとは限らないので注意してください)。 拡張モジュールは以下のような形で (サブ) インタプリタ間で共有されます: ある特定の拡張モジュールを最初に import すると、モジュールを通常通りに初期化し、そのモジュールの辞書の(浅い) コピーをしまい込んでおきます。 - 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

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

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

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

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

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

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

(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

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

The interface described below allows you to write your module and application messages in one natural language, and provide a catalog of translated messages for running under different naturallanguages.Some hints on localizing your Python modules and applications are also given.例文帳に追加

以下で述べるインタフェースを使うことで、モジュールやアプリケーションのメッセージをある自然言語で記述しておき、翻訳されたメッセージのカタログを与えて他の異なる自然言語の環境下で動作させることができます。 - Python

If such cycles must be created, it is important to ensure they are explicitly broken to avoid the delayed destruction of objects and increased memory consumptionwhich occurs.Though the cycle detector will catch these, destruction of the frames(and local variables) can be made deterministic by removing the cycle in a finally clause.例文帳に追加

参照の削除をPythonの循環参照検出機能にまかせる事もできますが、finally節で循環参照を解除すれば確実にフレーム(とそのローカル変数)は削除されます。 - 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

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