| 例文 |
python andの部分一致の例文一覧と使い方
該当件数 : 418件
passes under Python 2.4 and Python 2.3. 例文帳に追加
にすると、 Python 2.4 と Python 2.3 の両方でテストをパスさせられます。 - Python
The Python compiler package is a tool for analyzing Python source code and generating Python bytecode.例文帳に追加
Python compiler パッケージは Python のソースコードを分析したりPython バイトコードを生成するためのツールです。 - Python
And i'm learning javascript and python.例文帳に追加
今はJavaScriptとPythonを勉強しています - 映画・海外ドラマ英語字幕翻訳辞書
And i'm learning javascript and python.例文帳に追加
今はjavascriptとpythonを勉強しています - 映画・海外ドラマ英語字幕翻訳辞書
Extending and Embedding the Python Interpreter 例文帳に追加
Python インタプリタの拡張と埋め込み - Python
18.12 distutils -- Building and installing Python modules 例文帳に追加
18.11 distutils -- Python モジュールの構築とインストール - Python
Extending and Embeddingthe Python Interpreter 例文帳に追加
インタプリタの拡張と組み込み Extending and Embedding the Python Interpreter - Python
Conversion between Python variables and AppleEvent data containers.例文帳に追加
Python変数とAppleEventデータコンテナ間の変換 - Python
3.3 aepack -- Conversion between Python variables and AppleEvent data containers 例文帳に追加
3.3 aepack -- Python変数とAppleEventデータコンテナ間の変換 - Python
6.27.2 For extension writers and programs that embed Python 例文帳に追加
6.27.2 Python 拡張の作者と、Python を埋め込むようなプログラムに関して - Python
The proposal for adding generators and the yield statement to Python.例文帳に追加
Python へのジェネレータと yield 文の導入提案 - Python
Allocate a new Python object using the C structure type TYPE and the Python type object type.例文帳に追加
C 構造体型 TYPE と Python 型オブジェクト type を使って新たな Python オブジェクトをメモリ確保します。 - Python
uses standard Python exceptions such as TypeError and AttributeError.例文帳に追加
は、TypeError や AttributeError といった標準の Python 例外を使います。 - Python
Memory management in Python involves a private heap containing all Python objects and data structures.例文帳に追加
Python におけるメモリ管理には、全ての Python オブジェクトとデータ構造が入ったプライベートヒープ (private heap) が必須です。 - Python
Tries to compile source, which should be a string of Python code and return a code object if source is valid Python code.例文帳に追加
sourceが有効なPythonコードではないが、有効なPythonコードの接頭語である場合には、Noneを返します。 - Python
Tutorial material on using curses with Python, by Andrew Kuchling and Eric Raymond, is available on the Python Web site.例文帳に追加
Andrew Kuchling および Eric Raymondによって書かれた、curses を Python で使うためのチュートリアルです。 Python Web サイトで入手できます。 - Python
In Python 2.0 and before, passive mode was off by default; in Python 2.1 and later, it is on by default.例文帳に追加
Python 2.0以前ではデフォルトでパッシブモードはオフにされていましたが、Python 2.1以後ではデフォルトでオンになっています。 - Python
These integers are given symbolic names in the C headerfile Include/graminit.h and the Python module 例文帳に追加
これらの整数はCヘッダファイルInclude/graminit.hとPythonモジュール - Python
Thisfunction has two arguments, both pointers to arbitrary Python objects:the Python function, and the argument list. 例文帳に追加
この関数には二つの引数: Python 関数と Python 関数の引数リストがあり、いずれも任意の Python オブジェクトを表すポインタ型です。 - Python
The default installation directory on Windows wasC:Program FilesPython under Python 1.6a1, 1.5.2, and earlier.例文帳に追加
Windows での Python のデフォルトインストールディレクトリは、Python 1.6a1、 1.5.2、およびそれ以前のバージョンではC:Program FilesPythonです。 - Python
ServerProxy instance methods take Python basic types and objects as arguments and return Python basic types and classes. 例文帳に追加
ServerProxyインスタンスのメソッドは引数としてPythonの基礎型とオブジェクトを受け取り、戻り値としてPythonの基礎型かオブジェクトを返します。 - Python
Convert Python objects to streams of bytes and back. 例文帳に追加
Python オブジェクトからバイトストリームへの変換、およびその逆。 - Python
The synthesized Python script for the named object's docstring is written to a temporary file, and then that file is run under the control of the Python debugger,例文帳に追加
指定したオブジェクトの docstring から合成された Python スクリプトは一時ファイルに書き出され、その後 Python デバッガ - Python
You can find out what your Python installation uses for prefix and exec-prefix by running Python in interactive mode and typing a few simple commands.Under Unix, just type python at the shell prompt.例文帳に追加
自分の Python がどんな prefix やexec-prefix を使っているかは、Python を対話モードで起動して、単純なコマンドをいくつか入力すればわかります。 - Python
Convert a C string and its length to a Python object. 例文帳に追加
C 文字列とその長さから Python オブジェクトに変換します。 - Python
a module distribution that contains only pure Python modules and packages.例文帳に追加
pure Python モジュールやパッケージだけが入ったモジュール配布物です。 - Python
This module performs conversions between Python values and Cstructs represented as Python strings. 例文帳に追加
このモジュールは、 Python の値と Python 上で文字列データとして表されるC の構造体データとの間の変換を実現します。 - 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
When the Python interpreter executes an import statement, it searches for both Python code and extension modules along a searchpath.例文帳に追加
Python インタプリタが import 文を実行するとき、インタプリタは Python コードや拡張モジュールをモジュール検索パス中から探します。 - Python
Python supports string literals and various numeric literals: 例文帳に追加
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
For Python documentation, two classes are used: the manual class and the howto class.例文帳に追加
Python ドキュメントの場合、二つのクラス:manual クラスと howto クラスを使います。 - Python
It is more convenient to type, and kept for compatibility with earlier Python releases.例文帳に追加
よりタイプしやすく、以前のPythonリリースと互換性があります。 - Python
Returns a (Python) function with the given code and globals. 例文帳に追加
与えられたコードとグローバル変数をもつ(Python)関数を返します。 - Python
Another Unix example: suppose your Python installation was built and installed with a prefix of /usr/local/python, so under a standard installation scripts will wind up in /usr/local/python/bin.例文帳に追加
Unix 環境での例をもう一つ紹介します: インストール済みの Python が、/usr/local/python を prefix にしてビルドされ、インストールされていて、標準のインストールスクリプトは /usr/local/python/binに入るようになっているとします。 - 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 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
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
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
This is exposed to Python programs astypes.DictType and types.DictionaryType. 例文帳に追加
このオブジェクトは、Python プログラムにはtypes.DictType および types.DictionaryType として公開されています。 - Python
Return the magic number for Python bytecode files(a.k.a. .pyc and .pyo files). 例文帳に追加
Python バイトコードファイル (いわゆる .pyc および .pyoファイル) のマジックナンバを返します。 - Python
Support for building and installing Python modules into an existing Python installation.例文帳に追加
現在インストールされている Python に追加するためのモジュール構築、および実際のインストールを支援する。 - Python
The modules described in this chapter provide a wide range of servicesrelated to the Python interpreter and its interaction with its environment.例文帳に追加
この章では、PythonインタープリタやPython環境に深く関連する各種の機能を解説します。 - 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
Some modules are written in C and built in to the Python interpreter; others are written in Python and imported in source form.例文帳に追加
あるモジュールは C 言語で書かれ、Python インタプリタに組み込まれています; 一方別のモジュールは Python で書かれ、ソースコードの形式で取り込まれます。 - Python
This section describes Python type objects and the singleton objectNone. 例文帳に追加
この節では、Python の型オブジェクトと単量子 (singleton) オブジェクト None について述べます。 - Python
| 例文 |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
| 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/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)