pythonを含む例文一覧と使い方
該当件数 : 1381件
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
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
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
(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
| Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|
