pythonを含む例文一覧と使い方
該当件数 : 1381件
Produce a string that is suitable as string literal in Python source code例文帳に追加
Python ソースコードにおける文字列リテラルとして適切な文字列を生成します。 - Python
The argument must be the address of a pointer variable pointing to a Python string object.例文帳に追加
引数は Python 文字列オブジェクトを指すポインタへのアドレスでなくてはなりません。 - Python
is a set of wrappers that implement the Tk widgets as Python classes.例文帳に追加
は Tk のウィジェットを Python のクラスとして実装しているラッパをまとめたものです。 - Python
This shouldn't be a problem if you're interested in writing documentation for Python!例文帳に追加
Python のドキュメントを書こうと思っているのなら、何も問題はないはずですよね! - Python
Parse and compile the Python source code in str, returning the resulting code object.例文帳に追加
str内のPythonソースコードをパースしてコンパイルし、作られたコードオブジェクトを返します。 - Python
Python has a fairly complete implementation of the Open ScriptingArchitecure (OSA, also commonly referred to as AppleScript), allowing you to control scriptable applications from your Python program,and with a fairly pythonic interface.例文帳に追加
Python は オープンスクリプティングアーキテクチャ(Open ScriptingArchitecure、OSA、一般的には AppleScript と呼ばれる)のかなり完全な実装を行っていて、Python プログラムからスクリプト可能なアプリケーションを操作したり、Python へのインターフェースを備えたものにすることができます。 - Python
(This value may be different for eachPython version.) 例文帳に追加
(この値はPythonの各バージョンで異なります。 - Python
See chapter10 for more information on the Python profiler.例文帳に追加
詳細は10を参照してください。 - Python
See section 9.2, ``How It Works,'' in the chapter on the Python debugger.例文帳に追加
9.2の``How It Works,''を参照してください。 - Python
Code Listing2.6: Searching packages which use the firefox USE flag # equery hasuse firefox[ Searching for USE flag firefox in all categories among: ]* installed packages[I--] [ ] dev-python/gnome-python-extras-2.14.0-r1 (0)[I--] [ ] media-video/totem-2.16.4 (0) 例文帳に追加
コード表示2.6:mozillaUSEフラグを使っているパッケージを探す - Gentoo Linux
There are optional calls to pass command line arguments to Python.例文帳に追加
オプションとして、Python 側にコマンドライン引数を渡すために関数呼び出しを行います。 - Python
describes how to add new extensions to Python and how to embed it in other applications.例文帳に追加
と題されたマニュアルには、Pythonに新しい機能を追加する方法と、他のアプリケーションに Python を組み込む方法が書かれています。 - Python
Boolean operations have the lowest priority of all Python operations: 例文帳に追加
ブール演算は、全ての Python 演算子の中で、最も低い優先順位になっています: - Python
However, if you are installing Python modules from source, you probably want them to go in/usr/local/lib/python2.X例文帳に追加
しかしながら、 Python モジュールをソースコードからインストールしていると、モジュールを /usr/lib/python2.X - Python
Convert a Python string or Unicode object to a C pointer to a character string.例文帳に追加
Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python
Convert a Python character, represented as a string of length 1, to a C char.例文帳に追加
長さ 1 の文字列として表現されている Python キャラクタをC の char 型に変換します。 - Python
Convert a null-terminated buffer of Unicode (UCS-2 or UCS-4)data to a Python Unicode object. 例文帳に追加
null 終端された Unicode (UCS-2 または UCS-4) データのバッファからPython オブジェクトに変換します。 - Python
Convert a C int representing a character to a Python string of length 1.例文帳に追加
文字を表す通常の C の int を、長さ 1 の Python の文字列オブジェクトに変換します。 - Python
Pass a Python object untouched (except for its reference count,which is incremented by one). 例文帳に追加
Python オブジェクトを手を加えずに渡します (ただし、参照カウントは1 インクリメントします)。 - Python
You will still need the C compiler that was used to build Python; typically Microsoft Visual C++.例文帳に追加
また、Python をビルドした際に使われた C コンパイラが必要です;通常は Microsoft Visual C++です。 - Python
It's not necessarily binary, though, because it might contain only Python source code and/or byte-code; and we don't call it a package, because that word is already spoken for in Python.例文帳に追加
配布物には、 Python ソースコード、かつ/またはバイトコードが入るからです; また、我々はパッケージという呼び方もしません。 - Python
If it is, the Python function terminated by raising an exception.例文帳に追加
もし NULLなら、呼び出したPython 関数は例外を送出して終了させられています。 - Python
There are a large number of structures which are used in the definition of object types for Python.例文帳に追加
Python では、オブジェクト型を定義する上で数多くの構造体が使われます。 - Python
module is supported, this can invoke a signal handler written in Python.例文帳に追加
モジュールがサポートされている場合は、これはPythonで書かれたシグナルハンドラを呼び出せます。 - Python
The simplest form of embedding Python is the use of the very high level interface.例文帳に追加
Python の埋め込みの最も簡単な形式は、超高水準インタフェースの利用です。 - Python
Before Python 2.4, the module could still be created in error cases.例文帳に追加
Python 2.4 以前では、失敗した場合でもモジュールは生成されていることがありました。 - Python
This is an (almost) totally separateenvironment for the execution of Python code. 例文帳に追加
サブインタプリタとは、(ほぼ完全に) 個別に分割されたPython コードの実行環境です。 - Python
Earlier versions of Python did not attempt to create instances of the derived class.例文帳に追加
Pythonの初期のバージョンでは、導出クラスのインスタンスを作成しようとはしません。 - Python
In particular, other core Python modules are free to use atexit without the programmer's knowledge.例文帳に追加
特に、他のコア Python モジュールでは、プログラマの意図を知らなくてもatexitを自由に使えます。 - Python
This module provides direct access to all `built-in' identifiers of Python; e.g.例文帳に追加
このモジュールはPythonの全ての「組み込み」識別子を直接アクセスするためのものです。 - Python
Inform the distutils.sysconfig module that it is being used as part of the build process for Python.例文帳に追加
distutils.sysconfig モジュールに、モジュールが Python のビルドプロセスの一部として使われることを知らせます。 - Python
For example, to test that the Python interpreter is at least version 1.5.2, use:例文帳に追加
例えば、Python 1.5.2以降でのみ動作するプログラムでは、以下のようなチェックを行います。 - Python
data type: xml.sax.sax2lib.LexicalHandler (not supported in Python 2)description: An optional extension handler for lexical events like comments. 例文帳に追加
data type: xml.sax.sax2lib.LexicalHandler (Python 2 では未サポート)description: コメントなど字句解析イベント用のオプション拡張ハンドラ。 - Python
Note that the PyTypeObject for None is not directlyexposed in the Python/C API. 例文帳に追加
None に対する PyTypeObject は、 Python/C API では直接公開されていないので注意してください。 - Python
Returns the negation of o on success, or NULL on failure.This is the equivalent of the Python expression "-o 例文帳に追加
成功するとo の符号反転を返し、失敗すると NULL を返します。 Python の式 "-o - Python
This type is a pointer to an opaque data type representing an arbitrary Python object.例文帳に追加
この型は、任意の Python オブジェクトを表現する不透明 (opaque) なデータ型へのポインタです。 - Python
Newer versions of Python do not use the brokenimplementation from the Windows libraries. 例文帳に追加
新しいバージョンの Python では、Windows 付属のライブラリにある壊れた実装を利用しません - Python
Starting with Python 2.3, a postinstallation script can be specified which the --install-script option.例文帳に追加
Python 2.3 からは、インストール実行後スクリプトを--install-script オプションで指定できるようになりました。 - Python
The first program aims to execute a function in a Python script.例文帳に追加
最初に例示するプログラムは、Python スクリプト内の関数を実行するためのものです。 - Python
Three types of modules concern ushere: pure Python modules, extension modules, and packages. 例文帳に追加
ここでは、三種類のモジュール: pure Python モジュール、拡張モジュール、パッケージが関わってきます。 - Python
Return the ith element of o, or NULL on failure.This is the equivalent of the Python expression" 例文帳に追加
成功すると o の i 番目の要素を返し、失敗すると NULL を返します。 Python の式 " - Python
This location varies by platform and by how you built/installed Python itself.例文帳に追加
この場所は、プラットフォームや、Python 自体をどのようにビルド/インストールしたかで変わります。 - Python
This is the type object for type objects; it is the same object as types.TypeType in the Python layer.例文帳に追加
型オブジェクト自身の型オブジェクトです; Python レイヤにおけるtypes.TypeType と同じオブジェクトです。 - 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-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)