「python」を含む例文一覧(1381)

<前へ 1 2 .... 4 5 6 7 8 9 10 11 12 .... 27 28 次へ>
  • These functions expose the Windows registry API to Python.
    これらの関数は Windows レジストリ API を Python で使えるようにします。 - Python
  • Returns an AEDesc object containing a conversion of Python value x.
    Python 値 x を変換した値を保持する AEDesc オブジェクトを返します。 - Python
  • Utilities to compile all Python source files in a directory tree.
    ディレクトリツリー内のPythonソースファイルを全てコンパイルするライブラリ。 . - Python
  • Python uses the Mersenne Twister as the core generator.
    Python は中心となる乱数生成器として Mersenne Twister を使います。 - Python
  • This module performs conversions between Python values and Cstructs represented as Python strings.
    このモジュールは、 Python の値と Python 上で文字列データとして表されるC の構造体データとの間の変換を実現します。 - Python
  • Set the maximum depth of the Python interpreter stack to limit.
    Pythonインタープリタの、スタックの最大の深さをlimitに設定します。 - Python
  • 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
  • ServerProxy instance methods take Python basic types and objects as arguments and return Python basic types and classes.
    ServerProxyインスタンスのメソッドは引数としてPythonの基礎型とオブジェクトを受け取り、戻り値としてPythonの基礎型かオブジェクトを返します。 - Python
  • This instance of PyTypeObject represents the Python module type.
    この PyTypeObject のインスタンスは Python のモジュールオブジェクト型を表現します。 - Python
  • This is exposed to Python programs astypes.ModuleType.
    このオブジェクトは、Python プログラムには types.ModuleType として公開されています。 - Python
  • The Python Package Index (PyPI) holds meta-data describing distributionspackaged with distutils.
    Python パッケージインデクス (Python Package Index, PyPI) は、distutils でパッケージ化された配布物に関するメタデータを保持しています。 - Python
  • Python also has support for creating scriptable applications in Python, but The following modules are relevant to MacPython AppleScript support:
    Python は、さらに Python でスクリプト対応アプリケーションを作成する事をサポートしています。 次のモジュールはMacPythonのAppleScriptサポートに適切です。 - Python
  • When the Python interpreter executes an import statement, it searches for both Python code and extension modules along a searchpath.
    Python インタプリタが import 文を実行するとき、インタプリタは Python コードや拡張モジュールをモジュール検索パス中から探します。 - Python
  • This subtype of PyObject represents a Python string object.
    この PyObject のサブタイプは Python の文字列オブジェクトを表現します。 - Python
  • (I won'tdwell on how to call the Python parser with a particular string as input -- if you're interested, have a look at the implementation of the -c command line option in Python/pythonmain.cfrom the Python source code.)Calling a Python function is easy.
    (Python パーザを特定の入力文字を使って呼び出す方法について詳説するつもりはありません -- この方法に興味があるなら、Python ソースコードの Python/pythonmain.c にある、コマンドラインオプション-c の実装を見てください)Python 関数の呼び出しは簡単です。 - Python
  • 1.10.1 Reference Counting in
    1.10.1 Python における参照カウント法 - Python
  • A list of Python extensions to be built
    ビルドする拡張モジュール - Python
  • The file Tools/scripts/ftpmirror. py
    PythonのソースディストリビューションのTools/scripts/ftpmirror.py - Python
  • works across Pythonprocesses, start another Python session, before continuing.
    Python プロセス間でうまく働くことを見たいなら、先に進む前に他の Python セッションを開始してください。 - Python
  • Use of this misfeature has been deprecated since Python 1.4.
    この間違った機能はPython 1.4 で廃用され、Python 2.0 の導入とともにエラーにするようになりました。 - Python
  • snake called Indian python
    錦蛇という,ボア科の動物 - EDR日英対訳辞書
  • (for administrators) DistributingPython Modules
    (管理者向け) Python モジュールの配布 - Python
  • Convert a Python integer to a tiny int, stored in a C char.
    Python の整数型を、 C の char 型の小さな整数に変換します。 - Python
  • Convert a Python object to a C variable through a converter function.
    Python オブジェクトを converter 関数を介して C の変数に変換します。 - Python
  • Python supports string literals and various numeric literals:
    Python では、文字列リテラルと、様々な数値リテラルをサポートしています: - Python
  • The codec to be used is looked up using the Python codec registry.
    使用する codec の検索は、 Python の codecレジストリを使って行います。 - Python
  • Returns a Python string using the UTF-16 encoding in native byteorder.
    ネイティブバイトオーダの UTF-16 でエンコードされた Python 文字列を返します。 - Python
  • First, the Python program must somehow pass you the Python function object.
    まず、C のコードに対してコールバックを登録しようとする Python プログラムは、何らかの方法でPython の関数オブジェクトを渡さねばなりません。 - Python
  • (See also notes (1) and (4).) The default installation prefix is just Python:, so under Python 1.6 and later this isnormallyPython:Lib:distutils:distutils.cfg.
    (注釈 (1) と (4) も参照してください) デフォルトのインストールプレフィクスは単に Python: なので、Python 1.6 以降では、通常は Python:Lib:distutils:distutils.cfgになります。 - Python
  • Example: A single python statement, paired with its expected output.
    Example: 一つの Python 実行文と、その予想出力をペアにしたもの。 - Python
  • The string is converted to a Python script, where doctest examples in sare converted to regular code, and everything else is converted to Python comments.
    この文字列は Python スクリプトに変換され、その中では s の doctest 例題が通常のコードに、それ以外は Python のコメント文になります。 - Python
  • The knee module can be found in Demo/imputil/ in the Python source distribution.
    kneeモジュールはPythonのソースディストリビューションの中のDemo/imputil/にあります。 - Python
  • This instance of PyTypeObject represents the Python floating point type.
    この PyTypeObject のインスタンスは Python 浮動小数点型を表現します。 - Python
  • This is intended for use with non-standard modules implemented in Python.
    Python で書かれた非標準モジュールで使うためのものです。 - Python
  • Return the name of the Python source file in which an object was defined.
    オブジェクトを定義しているPythonソースファイルの名前を返します。 - Python
  • This command installs all (Python) scripts in the distribution.
    このコマンドは配布物中の全ての (Python) スクリプトをインストールします。 - Python
  • For Python documentation, two classes are used: the manual class and the howto class.
    Python ドキュメントの場合、二つのクラス:manual クラスと howto クラスを使います。 - Python
  • An example may be found in the file Demo/embed/demo.c in the Python source distribution.
    Python ソース配布物中の Demo/embed/demo.c ファイル内に例があります。 - 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
  • It is more convenient to type, and kept for compatibility with earlier Python releases.
    よりタイプしやすく、以前のPythonリリースと互換性があります。 - Python
  • Here is a tiny but complete example GL program in Python:
    小さいですが完全なPythonのGLプログラムの例をここに挙げます: - Python
  • Returns a (Python) function with the given code and globals.
    与えられたコードとグローバル変数をもつ(Python)関数を返します。 - Python
  • The pydoc module automatically generates documentation from Python modules.
    pydocモジュールは、Pythonモジュールから自動的にドキュメントを生成します。 - Python
  • This specifies the mapping from OMG IDL to Python.
    このドキュメントでは OMG IDL から Python への対応付けを記述しています。 - Python
  • is a library that allows you to write new Tkinter widgets in pure Python.
    は、新しい Tkinter ウィジェットを、 Python で書けるようにするライブラリです。 - Python
  • Add-on Python modules might then belong in /www/python, and in order to import them, this directory must be added to sys. path.
    そこで、アドオンの Python モジュールが /www/python 置かれることになると、モジュールを import するためにはディレクトリを sys.pathに追加せねばなりません。 - Python
  • Once the interpreter is started, you type Python code at the prompt.
    インタプリタを起動すると、プロンプトに Python コードを入力できます。 - Python
  • Python supports weak references as first-class objects.
    Python は 弱参照 を第一級オブジェクト (first-class object)としてサポートします。 - Python
  • For many descriptors the Python representation is simply the corresponding Python type: typeText in OSA is a Python string,typeFloat is a float, etc.
    多くのデスクリプタは、単に対応するPython の型で表現されています。 例えば、OSA 中の typeText は Python 文字列型で、typeFloat は 浮動小数点型になる、といった具合です。 - Python
  • The aepack module defines functions for converting (packing)Python variables to AppleEvent descriptors and back (unpacking).Within Python the AppleEvent descriptor is handled by Python objects of built-in type AEDesc, defined in module
    aepack モジュールは、Python 変数から AppleEvent ディスクリプタへの変換(パック)と、その逆に変換(アンパック)する関数を定義しています。 Python 内では AppleEvent ディスクリプタは、組み込み型である AEDesc のPython オブジェクトとして扱われます。 - Python
<前へ 1 2 .... 4 5 6 7 8 9 10 11 12 .... 27 28 次へ>

例文データの著作権について

  • EDR日英対訳辞書
    Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Python
    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.