| 例文 |
python stringの部分一致の例文一覧と使い方
該当件数 : 74件
A string containing the copyright pertaining to the Python interpreter.例文帳に追加
Pythonインタープリタの著作権を表示する文字列。 - Python
So r"n" is a two-character string containing "" and "n",while "n" is a one-character string containing a newline.Usually patterns will be expressed in Python code using this raw string notation.例文帳に追加
通常、 Python コード中では、パターンをこの raw string 記法を使って表現します。 - Python
Convert a null-terminated C string to a Python object. 例文帳に追加
null 終端された C 文字列から Python オブジェクトに変換します。 - Python
This subtype of PyObject represents a Python string object. 例文帳に追加
この PyObject のサブタイプは Python の文字列オブジェクトを表現します。 - Python
Produce a string that is suitable as string literal in Python source code例文帳に追加
Python ソースコードにおける文字列リテラルとして適切な文字列を生成します。 - 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
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
Returns a Python string using the UTF-16 encoding in native byteorder. 例文帳に追加
ネイティブバイトオーダの UTF-16 でエンコードされた Python 文字列を返します。 - Python
Convert a Python string or Unicode object to a C pointer to a character string.例文帳に追加
Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python
InPython versions before 2.3, x had to be a string of length 1.In Python 2.3 and beyond, x may be a string of any length. 例文帳に追加
バージョン 2.3 以前の Python では、x は長さ 1 の文字列でした。 Python 2.3 以降では、x はどの長さでもかまいません。 - Python
Additionally, the DOMString defined in the recommendation is mapped to a Python string or Unicode string.例文帳に追加
さらに、勧告で定義されている DOMString は、Python 文字列または Unicode 文字列に対応付けられます。 - Python
when parsing a complete Python program (from a file or from a string); 例文帳に追加
(ファイルや文字列内の) 完全な Python プログラムを構文解析するとき; - Python
Note:In past versions of Python string exceptions were supported. 例文帳に追加
注意:過去の Python のバージョンでは、文字列の例外がサポートされていました。 - Python
Produce a string that is suitable as Unicode literal in Python source code例文帳に追加
Python ソースコードにおける Unicode リテラルとして適切な文字列を生成します。 - 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
Produce a string that is suitable as raw Unicode literal in Python source code例文帳に追加
Python ソースコードにおける raw Unicode リテラルとして適切な文字列を生成します。 - 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
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
The argument must be the address of a pointer variable pointing to a Python string object.例文帳に追加
引数は Python 文字列オブジェクトを指すポインタへのアドレスでなくてはなりません。 - Python
If it is a string, the string is parsed as a suite of Python statements which is then executed (unless a syntax erroroccurs).例文帳に追加
文字列の場合、一連の Python 実行文として解析し、(構文エラーが生じない限り)実行します。 - Python
Return a Python object from the data stream in a character buffer containing len bytes pointed to by string.例文帳に追加
string が指しているlen バイトの文字列バッファに納められたデータストリームから Python オブジェクトを読み出して返します。 - Python
Convert a Python character, represented as a string of length 1, to a C char.例文帳に追加
長さ 1 の文字列として表現されている Python キャラクタをC の char 型に変換します。 - Python
Convert a C int representing a character to a Python string of length 1.例文帳に追加
文字を表す通常の C の int を、長さ 1 の Python の文字列オブジェクトに変換します。 - 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
In this case the Python string may contain embedded null bytes.例文帳に追加
この書式化単位の場合には、Python 文字列に null バイトが埋め込まれていてもかまいません。 - Python
All string and character arguments are represented by Python strings,for instance,winopen('Hi There!')androtate(900, 'z'). 例文帳に追加
全ての文字列と文字の引数は、Pythonの文字列に相当します。 例えば、winopen('Hi There!')とrotate(900, 'z')。 - Python
This function reads and decodes the image on the specified file, andreturns it as a Python string. 例文帳に追加
指定したファイル上の画像を読み込んでデコードし、Python文字列にして返します。 - Python
Write the Python string data to the audio device and return the number of bytes written.例文帳に追加
Python 文字列 data の内容をオーディオデバイスに書き込み、書き込まれたバイト数を返します。 - 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
Returns a Python string object holding the UTF-16 encoded value of the Unicode data in s.例文帳に追加
s 中の Unicode データを UTF-16 でエンコードした結果が入っているPython 文字列オブジェクトを返します。 - Python
A real Python string or Unicode object used to store the content of the UserString class.例文帳に追加
UserStringクラスの内容を保存するために使われる実際のPython文字列またはユニコードオブジェクト。 - Python
This module allows a Python program to determine if a string is a keyword.例文帳に追加
このモジュールでは、Pythonプログラムで文字列がキーワードか否かをチェックする機能を提供します。 - Python
Returns the Unicode string representation on success, NULL on failure.This is the equivalent of the Python expression"unicode(o)".例文帳に追加
成功するとUnicode 文字列表現を返し失敗すると NULL を返します。 Python 式"unicode(o)" と同じです。 - Python
Calls a method of the object o, where the name of the method is given as a Python string object in name.例文帳に追加
オブジェクト o のメソッドを呼び出します、メソッド名はPython 文字列オブジェクトname で与えます。 - Python
This method reads size samples from the audio input and returns them as a Python string.例文帳に追加
このメソッドはオーディオ入力からsizeのサイズのサンプルを読み込んで、Pythonの文字列として返します。 - Python
Encodes a Unicode objects using the given mapping object and returns the result as Python string object.例文帳に追加
Unicode オブジェクトを mapping に指定されたオブジェクトを使ってエンコードし、結果を Python 文字列オブジェクトとして返します。 - Python
Return the official copyright string for the current Python version,for example 'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam' 例文帳に追加
現在の Python バージョンに対する公式の著作権表示文字列、例えば'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam'を返します。 - Python
It skips over all the subpart headers, and it skips over any subpart with a payload that isn't a Python string.例文帳に追加
サブパートのヘッダはすべて無視され、Python 文字列でないペイロードからなるサブパートも無視されます。 - Python
This function reads and decodes the image on the specified file, and returns it as a Python string.例文帳に追加
この関数は指定されたファイル上の画像を読み出して復号化し、Python 文字列として返します。 - Python
The version number used to form registry keys on Windows platforms.This is stored as string resource 1000 in the Python DLL. 例文帳に追加
Windowsプラットフォームで、レジストリのキーとなるバージョン番号。 Python DLLの文字列リソース 1000に設定されています。 - Python
code must be a string containing a Python expression, which will be evaluated in the restricted environment.例文帳に追加
code は、Python 式を含む文字列でなければなりません。 そして制限された環境で評価されます。 - Python
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|