1153万例文収録!

「python other」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オフ

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

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

セーフサーチについて

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

該当件数 : 55



例文

3.14.1 Relationship to other Python modules 例文帳に追加

3.14.1 他の Python モジュールとの関係 - Python

Subsections 3.14.1 Relationship to other Python modules 例文帳に追加

3.14.1 他の Python モジュールとの関係 - Python

3.14.1 Relationship to other 例文帳に追加

3.14.1 他の Python モジュールとの関係 - Python

In Python this means that the type of the returned value will be something other that list. 例文帳に追加

Pythonでは、この値はlist以外の値となります。 - Python

例文

A list of implementations for other languages such as Perl and Python can be found on the www.xmlrpc.com. 例文帳に追加

Perl や Python など他の言語での実装の一覧がwww.xmlrpc.com にあります。 - PEAR


例文

The Python XML Topic Guide provides a great deal of information on using XML from Python and links to other sources of information on XML.例文帳に追加

Python XML トピックガイドは Python で XML を扱うための情報と XML 関連情報源へのリンクを数多く提供しています。 - Python

The Python Tkinter Topic Guide provides a great deal of information on using Tk from Python and links to other sources of information on Tk.例文帳に追加

Python Tkinter Topic Guide では、Tk を Python から利用する上での情報と、その他の Tk にまつわる情報源を数多く提供しています。 - Python

In particular, other core Python modules are free to use atexit without the programmer's knowledge.例文帳に追加

特に、他のコア Python モジュールでは、プログラマの意図を知らなくてもatexitを自由に使えます。 - Python

, ``Other User InterfaceModules and Packages,'' for more information on other GUI toolkits for Python.例文帳に追加

Python 用の他の GUI ツールキットに関する詳しい情報は、16.6章、「他のユーザインタフェースモジュールとパッケージ」を参照してください。 - Python

例文

describes how to add new extensions to Python and how to embed it in other applications.例文帳に追加

と題されたマニュアルには、Pythonに新しい機能を追加する方法と、他のアプリケーションに Python を組み込む方法が書かれています。 - Python

例文

They have no other explicit functionality; however they are used by Numerical Python例文帳に追加

これらの値には、その他のはっきりとした機能はありません; しかしながら、これらの値は Numerical Python - Python

The dumbdbm module provides a persistent dictionary-like interface which is written entirely in Python. Unlike other modules such as例文帳に追加

dumbdbm モジュールは永続性辞書に類似したインタフェースを提供し、全て Python で書かれています。 - Python

Other uses are also imaginable.Fortunately, the Python interpreter is easily called recursively, and there is a standard interface to call a Python function.例文帳に追加

もちろん、他の用途も考えられます。 幸運なことに、Python インタプリタは簡単に再帰呼び出しでき、Python 関数を呼び出すための標準インタフェースもあります。 - Python

While people have embedded Python in other applications since its early existence, the process of embedding Python is less straightforward than writing an extension. 例文帳に追加

一方、他のアプリケーションへの Python の埋め込みは、Python ができてから早い時期から行われてきましたが、拡張モジュールの作成に比べるとやや難解です。 - Python

(Keep in mind that although the Distutils are included with Python 1.6 and later, they also have an independent existence so that Python 1.5.2 users can use them to install other module distributions.例文帳に追加

(Distutils が入っているのは Python 1.6 以降であり、 Python 1.5.2 ユーザが他のモジュール配布物をインストールできるようにするための独立したパッケージがあることを思い出してください。 - Python

Pythonlongs are then used to represent file sizes, offsets and other values that can exceed the range of a Python int.例文帳に追加

この場合、ファイルのサイズ、オフセットおよびPython の通常整数型の範囲を超えるような値の表現には Python の長整数型が使われます。 - 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 basic unit of code reusability in Python: a block of code imported by some other code.例文帳に追加

Python においてコードを再利用する際の基本単位: すなわち、他のコードから import されるひとかたまりのコードです。 - Python

Python's complex number objects are implemented as two distinct types when viewed from the C API: one is the Python object exposed to Python programs, and the other is a C structure which represents the actual complex number value.例文帳に追加

Python の複素数オブジェクトは、 C API 側から見ると二つの別個の型として実装されています: 一方は Python プログラムに対して公開されている Python のオブジェクトで、他方は実際の複素数値を表現する C の構造体です。 - Python

This function is used internally by other functions (see below), but can also be useful when you want to transform an interactive Python session into a Python script.例文帳に追加

この関数は他の関数 (下記参照) から使われていまるが、対話セッションをPython スクリプトに変換したいような場合にも便利でしょう。 - Python

Permission to use, copy, modify, and distribute this Python softwareand its associated documentation for any purpose (subject to therestriction in the following sentence) without fee is hereby granted,provided that the above copyright notice appears in all copies, andthat both that copyright notice and this permission notice appear insupporting documentation, and that the name of InfoSeek not be used inadvertising or publicity pertaining to distribution of the softwarewithout specific, written prior permission. This permission isexplicitly restricted to the copying and modification of the softwareto remain in Python, compiled Python, or other languages (such as C)wherein the modified or derived code is exclusively imported into aPython module.INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THISSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY ANDFITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANYSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVERRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OFCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR INCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.The profiler was written after only programming in Python for 3 weeks.As a result, it is probably clumsy code, but I don't know for sure yet'cause I'm a beginner :-). 例文帳に追加

Permission to use, copy, modify, and distribute this Python softwareand its associated documentation for any purpose (subject to therestriction in the following sentence) without fee is hereby granted,provided that the above copyright notice appears in all copies, andthat both that copyright notice and this permission notice appear insupporting documentation, and that the name of InfoSeek not be used inadvertising or publicity pertaining to distribution of the softwarewithout specific, written prior permission. This permission isexplicitly restricted to the copying and modification of the softwareto remain in Python, compiled Python, or other languages (such as C)wherein the modified or derived code is exclusively imported into aPython module.INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THISSOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY ANDFITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANYSPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVERRESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OFCONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR INCONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.このプロファイラは私が Python プログラミングを始めてからわずか3週間後に書いたものです。 - Python

This guide will be less useful for authors using the Python documentation tools for topics other than Python, and less useful still for authors not using the tools at all. The material in this guide is intended to assist authors using the Python documentation tools.例文帳に追加

このガイドは Python 以外のトピックに Python ドキュメント作成ツールを使う作者にとってはあまり有用ではなく、ツールを全く使用しない作者にもあまり有用ではないでしょう。 このガイドに書かれていることは、Python ドキュメント作成ツールを使う著者の支援を目的としています。 - Python

CObjects can only be created and accessed via their C API, but they can be passed around like any other Python object.例文帳に追加

CObject は C API を介してのみ生成したりアクセスしたりできますが、他の Python オブジェクトと同じように受け渡しできます。 - Python

AppleScript classes are also implemented as Python classes, as are comparisons and all the other thingies.The main Python class implementing the verbs also allows access to the properties and elements declared in the AppleScript class "application".例文帳に追加

また AppleScript クラスは Python クラス、そして類事物その他のもろもろの物として実装されています。 変数を実装する主要な Python クラスは、さらに AppleScriptクラス "application" で宣言されたプロパティおよび要素へのアクセスを許可します。 - Python

As with all other objects in Python the old objects are onlyreclaimed after their reference counts drop to zero. 例文帳に追加

Python における他のオブジェクトと同様、以前のオブジェクトのメモリ領域は、参照カウントがゼロにならないかぎり再利用されません。 - Python

This module mirrors the interface of the other Python database modules that provide access to DBM-styledatabases.例文帳に追加

このモジュールは、 DBM 形式のデータベースへのアクセスを提供する他の Python データベースモジュールのインタフェースをそのまま反映しています。 - Python

and some other functions below to find the Python run-time libraries relative to the interpreter executable.例文帳に追加

や、以下に示すその他の関数が、インタプリタの実行可能形式からPython ランタイムライブラリへの相対パスを取得するために使われます。 - Python

Windows Python is built in Microsoft Visual C++; using other compilers may or may not work (though Borland seems to).例文帳に追加

Windows 版の Python は Microsoft Visual C++でビルドされています; 他のコンパイラを使うと、うまく動作したり、しなかったりします(Borland も一見うまく動作しません)。 - Python

It is also possible to do it the other way around:enrich your C/C++ application by embedding Python in it. 例文帳に追加

同じようなことを別の方法でも実行できます: それは、自分の C/C++アプリケーションに Python を埋め込んで機能を強化する、というものです。 - Python

multi-window text editor with multiple undo, Python colorizingand many other features, e.g. smart indent and call tips 例文帳に追加

多段Undo、 Python 対応の色づけや他にもたくさんの機能(例えば、自動的な字下げや呼び出し情報の表示)をもつマルチ-ウィンドウ・テキストエディタ - 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

This is necessary because some versions of Python do not support garbage collection of objects that refer to each other in a cycle.例文帳に追加

Python のバージョンによっては、循環的に互いを参照するオブジェクトに対するガベージコレクションをサポートしていないため、この操作が必要となります。 - Python

Often, it is necessary or desirable to install modules to a location other than the standard location for third-party Python modules.例文帳に追加

しばしば、サードパーティ製 Python モジュールをインストールするための標準の場所以外にモジュールをインストールしなければならなかったり、単にそうしたくなるときがあります。 - Python

Consequently, under certain circumstances, the Python memory manager may or may not triggerappropriate actions, like garbage collection, memory compaction or other preventive procedures.例文帳に追加

その結果、特定の状況では、Python メモリマネージャがガベージコレクションやメモリのコンパクト化、その他何らかの予防措置といった、適切な動作をトリガできることがあります。 - Python

For Unix,this will be the header generated by the configure script;for other platforms the header will have been supplied directly by the Python source distribution.例文帳に追加

Unixの場合、このヘッダファイルはconfigure スクリプトによって生成されるヘッダファイル名です;他のプラットフォームでは、ヘッダは Python ソース配布物中で直接与えられています。 - Python

Python defines several iterator objects to support iteration overgeneral and specific sequence types, dictionaries, and other more specialized forms.例文帳に追加

Python では、いくつかのイテレータオブジェクトを定義しています。 これらは一般的および特殊化されたシーケンス型、辞書型、そして他のさらに特殊化された形式をサポートします。 - Python

Thus,you might think you'll never use the prefix scheme, but every time you run python setup.py install without any other options, you'reusing it.Note that installing extensions to an alternate Python installation has no effect on how those extensions are built: in particular, the Python header files (Python.h and friends) installed with the Python interpreter used to run the setup script will be used in compilingextensions.例文帳に追加

というわけで、読者は prefix スキームを決して使うことはあるまいと思っているかもしれませんが、python setup.py install をオプションを何もつけずに実行していれば、常に prefix スキームを使っていることになるのです。 拡張モジュールを別のインストール済み Python にインストールしても、拡張モジュールのビルド方法による影響を受けることはありません:特に、拡張モジュールをコンパイルする際には、setup スクリプトを実行する際に使う Python インタプリタと一緒にインストールされている Python ヘッダファイル (Python.h とその仲間たち) を使います。 - Python

If your service runs some other script (for example, bash, python, or perl),and this script later changes names (for example, foo.py to foo),then you will need to add --name to start-stop-daemon. 例文帳に追加

もし、あなたのサービスが他のスクリプト(たとえば、bash, python または perl)を起動し、このスクリプトがその後名前が変わる(たとえばfoo.pyがfooに)ならば、--nameをstart-stop-daemonに追加する必要があるでしょう。 - Gentoo Linux

These objects look very similar tostring objects at the Python programming level: they support slicing,indexing, concatenation, and some other standard string operations.例文帳に追加

バッファオブジェクトは、 Python プログラミングのレベルからは文字列オブジェクトと非常によく似ているように見えます:スライス、インデクス指定、結合、その他標準の文字列操作をサポートしています。 - 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

Many extension modules just provide new functions and types to beused from Python, but sometimes the code in an extension module can be useful for other extension modules.例文帳に追加

多くの拡張モジュールは単に Python から使える新たな関数や型を提供するだけですが、時に拡張モジュール内のコードが他の拡張モジュールでも便利なことがあります。 - Python

describes how to add new extensions to Pythonand how to embed it in other applications. 例文帳に追加

という名のマニュアルでは、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

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

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

(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

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

(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

例文

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




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
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