1153万例文収録!

「"python string"」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "python string"に関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

"python string"を含む例文一覧と使い方

該当件数 : 30



例文

This subtype of PyObject represents a Python string object. 例文帳に追加

この PyObject のサブタイプは Python の文字列オブジェクトを表現します。 - Python

Returns a Python string using the UTF-16 encoding in native byteorder. 例文帳に追加

ネイティブバイトオーダの UTF-16 でエンコードされた Python 文字列を返します。 - Python

Note:In past versions of Python string exceptions were supported. 例文帳に追加

注意:過去の Python のバージョンでは、文字列の例外がサポートされていました。 - 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

例文

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

Convert a Python string or Unicode object to a C pointer to a character string.例文帳に追加

Python の文字列または Unicode オブジェクトを、キャラクタ文字列を指す C のポインタに変換します。 - Python

Convert a C int representing a character to a Python string of length 1.例文帳に追加

文字を表す通常の C の int を、長さ 1 の Python の文字列オブジェクトに変換します。 - Python

In this case the Python string may contain embedded null bytes.例文帳に追加

この書式化単位の場合には、Python 文字列に null バイトが埋め込まれていてもかまいません。 - 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

Returns a Python string object holding the UTF-16 encoded value of the Unicode data in s.例文帳に追加

s 中の Unicode データを UTF-16 でエンコードした結果が入っているPython 文字列オブジェクトを返します。 - Python

Additionally, the DOMString defined in the recommendation is mapped to a Python string or Unicode string.例文帳に追加

さらに、勧告で定義されている DOMString は、Python 文字列または Unicode 文字列に対応付けられます。 - Python

A real Python string or Unicode object used to store the content of the UserString class.例文帳に追加

UserStringクラスの内容を保存するために使われる実際のPython文字列またはユニコードオブジェクト。 - 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

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

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

Most of the standard escapes supported by Python string literals are also accepted by the regular expression parser:例文帳に追加

+ Python 文字列リテラルによってサポートされている標準エスケープのほとんども、正規表現パーザに認識されます: - Python

Write is passed a Python string containing audio samples to be played.If there is enough buffer space free it will immediately return,otherwise it will block. 例文帳に追加

パラメータとしてオーディオサンプルを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

例文

The Python string must not contain embedded NUL bytes; if it does, a TypeError exception is raised.Unicode objects are converted to C strings using the default encoding.例文帳に追加

Python の文字列型は、NUL バイトが途中に埋め込まれていてはなりません; もし埋め込まれていればTypeError 例外を送出します。 Unicode オブジェクトはデフォルトエンコーディングを使ってC 文字列に変換されます。 - 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS