| 例文 |
python asの部分一致の例文一覧と使い方
該当件数 : 214件
The definition of the DOM API for Python is given as part of the 例文帳に追加
Python の DOM API 定義は - Python
3.1 Using Python as a Calculator 例文帳に追加
3.1 Python を電卓として使う - Python
is translated to Python as 例文帳に追加
これはPythonでは、こうなります。 - Python
Object which is visible in Python as None. 例文帳に追加
Python からは None に見えるオブジェクトです。 - Python
These have the same meanings as the Python 例文帳に追加
これらの情報は、 Python オブジェクトの - Python
This instance of PyTypeObject represents the Python tuple type; it is the same object as types.TupleType in the Python layer.例文帳に追加
この PyTypeObject のインスタンスは Python のタプル型を表現します; Python レイヤにおける types.TupleType - Python
The instance of PyTypeObject which represents the Pythonbuffer type; it is the same object as types.BufferType in the Python layer.例文帳に追加
Python バッファ型 (buffer type) を表現するPyTypeObject です;Python レイヤにおける types.BufferType - Python
3.24 codeop --Compile Python code The codeop module provides utilities upon which the Pythonread-eval-print loop can be emulated, as is done in the 例文帳に追加
3.24 codeop --Pythonコードをコンパイルする - Python
The value is available to Python code as sys.version.例文帳に追加
この値は Python コードからはsys.versionとして利用できます。 - Python
The value is available to Python code as sys. platform.例文帳に追加
この値は Python コードからはsys.platformとして利用できます。 - Python
A NULL pointer will always be returned as the Python integer 0.例文帳に追加
NULL ポインタは常に Python 整数型の 0 になります。 - Python
uses standard Python exceptions such as TypeError and AttributeError.例文帳に追加
は、TypeError や AttributeError といった標準の Python 例外を使います。 - Python
Although Python signal handlers are called asynchronously as far as the Python user is concerned, they can only occur between the ``atomic'' instructions of the Python interpreter.例文帳に追加
Python のシグナルハンドラは Python のユーザが望む限り非同期で呼び出されますが、呼び出されるのは Python インタプリタの ``原子的な (atomic)'' 命令実行単位の間です。 - Python
The value is available to Python code as the listsys.path例文帳に追加
この値は Python コードからはリストsys.path として利用できます。 - Python
It is able to store compiled Python code as 'PYC' resources in a file.例文帳に追加
コンパイル済みの Python コードに 'PYC' リソースを付加できます。 - Python
This instance of PyTypeObject represents the Python string type; it is the same object as types.TypeType in the Python layer.例文帳に追加
この PyTypeObject のインスタンスは Python の文字列型を表現します; このオブジェクトは Python レイヤにおけるtypes.TypeType と同じです。 - Python
The value is available to Python code as part of the variable sys.version.例文帳に追加
この値は Python コードからはsys.version の一部として取り出せます。 - Python
Python uses the Mersenne Twister as the core generator.例文帳に追加
Python は中心となる乱数生成器として Mersenne Twister を使います。 - Python
Python supports weak references as first-class objects. 例文帳に追加
Python は 弱参照 を第一級オブジェクト (first-class object)としてサポートします。 - Python
This module performs conversions between Python values and Cstructs represented as Python strings. 例文帳に追加
このモジュールは、 Python の値と Python 上で文字列データとして表されるC の構造体データとの間の変換を実現します。 - Python
ServerProxy instance methods take Python basic types and objects as arguments and return Python basic types and classes. 例文帳に追加
ServerProxyインスタンスのメソッドは引数としてPythonの基礎型とオブジェクトを受け取り、戻り値としてPythonの基礎型かオブジェクトを返します。 - 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
Return fmod(x, y), as defined by the platform C library.Note that the Python expression 例文帳に追加
プラットフォームの C ライブラリで定義されているfmod(x, y) を返します。 Python の - Python
Produce a string that is suitable as Unicode literal in Python source code例文帳に追加
Python ソースコードにおける Unicode リテラルとして適切な文字列を生成します。 - Python
1.3.4 ``Save as'' versus ``Save as Applet'' When you are done writing your Python script you have the option of saving it as an ``applet'' (by selecting ``Save as applet'' from the``File'' menu).例文帳に追加
1.3.4 ``Save as'' と ``Save as Applet'' の違い Python スクリプトを書いたら、ファイルを 「アプレット」としても保存できます (``File''メニューの``Save as applet''を選びます) 。 - 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
7.2.2 Boolean Objects Booleans in Python are implemented as a subclass of integers. 例文帳に追加
7.2.2 Bool 型オブジェクト Python の Bool 型は整数のサブクラスとして実装されています。 - Python
Encodes a Unicode objects using UTF-8 and returns the result as Python string object.例文帳に追加
UTF-8 で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Encodes a Unicode objects using Unicode-Escape and returns the result as Python string object.例文帳に追加
Unicode-Escape で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Encodes a Unicode objects using Latin-1 and returns the result as Python string object.例文帳に追加
Latin-1 で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Encodes a Unicode objects using ASCII and returns the result as Python string object.例文帳に追加
ASCII で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Encodes a Unicode objects using MBCS and returns the result as Python string object.例文帳に追加
MBCS で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Read size bytes from the audio input and return them as a Python string.例文帳に追加
オーディオ入力から size バイトを読みだし、 Python 文字列型にして返します。 - Python
Examples of Python source code or interactive sessions are represented as verbatim environments.例文帳に追加
6.4 コードの例示 Python ソースコードや対話セッションの例には verbatim 環境を使います。 - Python
We want this function to be callable from Python as follows:例文帳に追加
この関数を以下のようにして Python から呼び出せるようにしたいとします: - Python
Produce a string that is suitable as raw Unicode literal in Python source code例文帳に追加
Python ソースコードにおける raw Unicode リテラルとして適切な文字列を生成します。 - Python
The Python IDE (Integrated Development Environment) is a separate application that acts as a text editor for your Python code,a class browser, a graphical debugger, and more. Subsections例文帳に追加
Python IDE(統合開発環境) は独立したアプリケーションで、Python コードのテキストエディタや、クラスブラウザ、グラフィカルデバッガなどとして動作します。 - Python
This is the same object as types.ListType. 例文帳に追加
これは Python レイヤにおけるtypes.ListType と同じオブジェクトです。 - Python
Simple AppleEvent data types (integer,text, float) are returned as their obvious Python counterparts.Apple Event lists are returned as Python lists, and the list elements are recursively unpacked.例文帳に追加
単純なAppleEventデータ型(整数、テキスト、浮動少数点数)の、対応するPython型が返されます。 Apple EventリストはPythonリストとして返され、リストの要素は再帰的にアンパックされます。 - Python
Encodes a Unicode objects using Raw-Unicode-Escape and returns the result as Python string object.例文帳に追加
Raw-Unicode-Escape で Unicode オブジェクトをエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Convert samples in the audio fragment to u-LAW encoding and return this as a Python string.例文帳に追加
音声データの各サンプルを u-LAW 符号でエンコードし、Python文字列として返します。 - Python
is a piece of Python program text that is executed as a unit.例文帳に追加
は、Python のプログラムテキストからなる断片で、一つの実行単位となるものです。 - Python
Produce a string that is suitable as string literal in Python source code例文帳に追加
Python ソースコードにおける文字列リテラルとして適切な文字列を生成します。 - 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)