1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 418



例文

This chapter briefly explains how to create a Windows extension module for Python using Microsoft Visual C++, and follows with more detailed background information on how it works.例文帳に追加

この章では Windows 向けの Python 拡張モジュールを Microsoft Visual C++を使って作成する方法について簡単に述べ、その後に拡張モジュールのビルドがどのように動作するのかについて詳しい背景を述べます。 - Python

A macro name may be followed by a space or newline; a space between the macro name and any parameters will be consumed, but this usage is not practiced in the Python documentation.例文帳に追加

マクロ名の後ろには空白や改行を入れてもかまいません; この場合、マクロ名とパラメタ間の空白は取り去られてしまいます。 しかし、Python ドキュメントではこうした使い方を実践しません。 - Python

For example, say you keep all Python source under lib, so that modules in the ``root package'' (i.e., not in any package at all) are in lib, modules in the foo package are in lib/foo,and so forth. Then you would put例文帳に追加

例えば、全ての Python ソースコードを lib 下に置いて、``ルートパッケージ'' 内のモジュール (つまり、どのパッケージにも入っていないモジュール) を lib 内に入れ、foo パッケージを lib/foo に入れる、といった具合にしたいのなら、 - Python

Behavior in exceptional cases is loosely specified by the C standards, and Python inherits much of itsmath-function error-reporting behavior from the platform Cimplementation.例文帳に追加

例外的な場合での挙動は、 C 言語標準ではおおさっぱにしか定義されておらず、さらに Python は数学関数におけるエラー報告機能の挙動をプラットフォームのC 実装から受け継いでいます。 - Python

例文

Note:Beginning with Python 2.2, such cycles are automatically reclaimed when garbage collection is enabled and they become unreachable, but it remains more efficient to avoid creating cycles.例文帳に追加

注意:Python 2.2 以降では、ガベージコレクションが有効であればこのような到達不能オブジェクトは自動的に削除されます。 しかし、循環参照を作らないようにしたほうが効率的です。 - Python


例文

Refer to an Python Enhancement Proposal (PEP). number should be the official number assigned by the PEP Editor,title should be the human-readable title of the PEP as found in the official copy of the document, and why should explain what's interesting about the PEP.例文帳に追加

Python Enhancement Proposal (PEP) への参照です。 number はPEP 編集者が割り当てた公式 PEP 番号でなければならず、tiutle は PEP ドキュメントの公式版に書かれている人間可読なタイトルでなければなりません。 - Python

The framework is based on the notion that trusted Python code (a supervisor) can create a``padded cell' (or environment) with limited permissions, and run the untrusted code within this cell.例文帳に追加

このフレームワークは、信頼できる Python コード (スーパバイザ (supervisor)) が、パーミッションに制限のかけられた ``拘束セル (padded cell)''を生成し、このセル中で信頼のおけないコードを実行するという概念に基づいています。 - Python

The entireexample will be presented in a monospaced font; no attempt at``pretty-printing'' is made, as the environment must work fornon-Python code and non-code displays. 例文帳に追加

例題は全体が等幅フォントで表示されます; この環境は Python コードの表示でなくても、コードの表示でさえなくても使えなければならないため、``整形印刷'' は一切行おうとしません。 - Python

These environments are defined to provide tables of specific widths and some convenience for formatting. These environments are not meant to be generalreplacements for the standard LaTeX table environments, but can be used for an advantage when the documents are processed using the tools for Python documentation processing.例文帳に追加

こうした環境は標準の LaTeX 表環境を置き換えるためのものではなく、Python ドキュメントを作成するための処理ツールで処理する際に便利なように作られています。 - Python

例文

If applicable the module will define a number of Python objects for the various structures declared by the toolbox, and operations will be implemented as methods of the object.例文帳に追加

対応するモジュールがあるなら、そのモジュールではツールボックスで宣言された各種の構造体のPythonオブジェクトが定義され、操作は定義されたオブジェクトのメソッドとして実装されています。 - Python

例文

This might be necessary to support your own programming, or to support an application that you want to use and that happens to be written in Python.In the past, there has been little support for adding third-partymodules to an existing Python installation.例文帳に追加

自分がプログラムを書くときのサポートとして必要な場合もあるし、自分が使いたいアプリケーションがたまたま 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

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

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

There is no requirement that --prefix or --exec-prefix actually point to an alternate Python installation; if the directories listed above do not already exist, they are created at installation time.Incidentally, the real reason the prefix scheme is important is simply that a standard Unix installation uses the prefix scheme, but with --prefix and --exec-prefix supplied by Python itself as sys.例文帳に追加

--prefix や --exec-prefix が実際に他のインストール済み Python の場所を指している必要はありません;上に挙げたディレクトリがまだ存在しなければ、インストール時に作成されます。 ちなみに、prefix スキームが重要な本当の理由は、単に標準の Unix インストールが prefix スキームを使っているからです。 - 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

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

An important convention throughout the Python interpreter is the following: when a function fails, it should set an exception condition and return an error value (usually a NULL pointer).例文帳に追加

Python インタプリタ全体を通して、一つの重要な取り決めがあります:それは、関数が処理に失敗した場合、例外状態をセットして、エラーを示す値 (通常は NULL ポインタ) を返さねばならない、ということです。 - Python

Expression statements are used (mostly interactively) to compute and write a value, or (usually) to call a procedure (a function that returns no meaningful result; in Python, procedures return the valueNone).例文帳に追加

式文は、 (主に対話的な使い方では) 値を計算して出力するために使ったり、(通常は) プロシジャ (procedure: 有意な結果を返さない関数のことです; Python では、プロシジャは値 None を返します)を呼び出すために使います。 - Python

Note that although the identifier as can be used as part of the syntax of import statements, it is not currently a reservedword.In some future version of Python, the identifiers as and None will both become keywords.例文帳に追加

識別子 as は import 文における構文の一部として使われることがありますが、現在のところ予約語ではありません。 将来の Python のバージョンでは、識別子 as と Noneはともにキーワードになる予定です。 - 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

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

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

There are some things that an author of Python documentation needs to know about LaTeX syntax.A comment is started by the ``percent'' character("%") and continues through the end of the line and all leading whitespace on the following line.例文帳に追加

コメント は、``パーセント'' 文字 ("%")から始まり、行末まで、または次の行の先頭にある空白文字まで続きます。 - 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

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

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

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

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

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

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

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

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

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

The following identifiers are used as reserved words, or keywords of the language, and cannot be used as ordinaryidentifiers.例文帳に追加

以下の識別子は、予約語、または Python 言語におけるキーワード (keyword) として使われ、通常の識別子として使うことはできません。 - Python

Since Python 2.2, a gradual merging of types and classes has been started that makes this and a few otherassertions made in this manual not 100% accurate and complete:for example, it is now possible in some cases to change anobject's type, under certain controlled conditions.例文帳に追加

Python 2.2 以降、型とクラスの段階的な統合が始まっているため、このドキュメントで主張されている内容が 100% 正確で完全というわけではなくなりました: 例えば、場合によっては、ある管理された条件下でなら、オブジェクトの型を変更することができます。 - Python

The untrusted code cannot break out of its cell, and can only interact with sensitive system resourcesthrough interfaces defined and managed by the trusted code.例文帳に追加

信頼のおけないコードはこの拘束セルを破ることができず、信頼されたコードで提供され、管理されたインタフェースを介してのみ、傷つきやすいシステムリソースとやりとりすることができます。 ``制限実行'' という用語は、``安全な Python (safe-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

On the other hand, there is currently only one Python implementation in widespread use (although a second one now exists!), and its particular quirks are sometimes worth being mentioned, especiallywhere the implementation imposes additional limitations.例文帳に追加

一方、広く使われているPython 実装は現在のところ唯一 (今や第二の実装が存在しますが!) なので、特定のクセについては、特に実装によって何らかの制限が加えられている場合には、触れておく価値があります。 - Python

Install an observer callback in the event loop (CFRunLoop) for the current thread, that will lock and unlock the Global Interpreter Lock(GIL) at appropriate times, allowing other Python threads to run while the event loop is idle.Availability: OSX 10.1 or later.例文帳に追加

現在のスレッドのイベントループ(CFRunLoop)中のオブザーバにコールバックを行ない、適切な時にグローバルインタープリタロック(GIL)を、イベントループが使用されていない間、他の Python スレッドの起動ができるようにロックしたり、ロックの解除をしたりします。 有効性:OSX 10.1以降 - 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

Note that even though starting with Python 2.2 you can subclass builtin types, the xmlrpclib module currently does not marshal instances of such subclasses.When passing strings, characters special to XML such as "","", and "" will be automatically escaped.例文帳に追加

Python 2.2以降では組み込み型のサブクラスを作成する事ができますが、現在のところxmlrpclibではそのようなサブクラスのインスタンスをマーシャルすることはできません。 文字列を渡す場合、""・""・""などのXMLで特殊な意味を持つ文字は自動的にエスケープされます。 - Python

You have to create a separate installer for every Python version you want to support. The installer will try to compile pure modules into bytecode after installation on the target system in normal and optimizing mode.例文帳に追加

従って、サポートしたい全てのバージョンの Python に対して、別々のインストーラを作成しなければなりません。 インストーラは、ターゲットとなるシステムにインストールを実行した後、 pure モジュールを通常 (normal) モードと最適化 (optimizing)モードでコンパイルしようと試みます。 - Python

例文

A subclass that wants to override this variable should probably start with the value from the base class and concatenate additional forbidden functions -- when new dangerousbuilt-in functions are added to Python, they will also be added to this module.)例文帳に追加

この変数をオーバライドしたいサブクラスは、基本クラスからの値から始めて、追加した許されない関数を連結していかなければなりません - 危険な関数が新しく Python に追加された時は、それらも、このモジュールに追加します。 - 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS