Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 92 for encoding (0.071 sec.)
2. 組み込み関数 — Python 3.6.5 ドキュメント 6580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を参照してください)。 class bytearray ( [ source [ , encoding [ , errors ] ] ] ) 新しいバイト配列を返します。 by ... なる方法で初期化するのに使われます: 文字列 の場合、 encoding (と、オプションの errors ) 引数も与えなければなりま ... クト も参照してください。 class bytes ( [ source [ , encoding [ , errors ] ] ] ) 範囲 0 <= x < 256 の整数のイミュ ... てください。 open ( file , mode='r' , buffering=-1 , encoding=None , errors=None , newline=None , closefd=True , ...
https://man.plustar.jp/python/library/functions.html - [similar]
19.5. mimetypes --- ファイル名を MIME 型へマップする — Python 3.6.5 ドキュメン... 6580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、ファイルの型を推定します。戻り値は、タプル (type, encoding) です、ここで type は、もし型が(拡張子がないあるい ... ダ に利用できる、 'type/subtype' の形の文字列です。 encoding は、符合化方式がない場合は None を、あるいは、符号 ... compress あるいは gzip )です。符号化方式は Content-Encoding ヘッダとして使うのに適しており、 Content-Transfer- ... 識できるように .tar.gz にマップされます。 mimetypes. encodings_map ¶ ファイル名拡張子を符号化方式型にマッピングす ...
https://man.plustar.jp/python/library/mimetypes.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... class str ( object='' ) ¶ class str ( object=b'' , encoding='utf-8' , errors='strict' ) object の 文字列 版を返 ... 文字列が返されます。それ以外の場合 str() の動作は、 encoding や errors が与えられたかどうかによって次のように変 ... わります。 encoding も errors も与えられない場合、 str(object) は obje ... 、 str() は代わりに repr(object) の結果を返します。 encoding か errors の少なくとも一方が与えられた場合、 objec ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6580
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mlrpc.client. ServerProxy ( uri , transport=None , encoding=None , verbose=False , allow_none=False , use_date ... tance otherwise. The optional third argument is an encoding, by default UTF-8. The optional fourth argument is ... します。 encode ( out ) ¶ Write the XML-RPC base 64 encoding of this binary item to the out stream object. The ... ( params , methodname=None , methodresponse=None , encoding=None , allow_none=False ) ¶ params を XML-RPC リク ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 6447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を利用することです: f = open ( "myfile.txt" , "r" , encoding = "utf-8" ) StringIO オブジェクトはインメモリーのテ ... します。 io. open ( file , mode='r' , buffering=-1 , encoding=None , errors=None , newline=None , closefd=True , ... d , readline , write IOBase から継承したメソッド、 encoding , errors , newlines 16.2.3.1. I/O 基底クラス ¶ cla ... Base は以下のデータ属性とメソッドを提供しています: encoding ¶ エンコーディング名で、ストリームのバイト列を文字 ...
https://man.plustar.jp/python/library/io.html - [similar]
13.2. gzip --- gzip ファイルのサポート — Python 3.6.5 ドキュメント 6381
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... p. open ( filename , mode='rb' , compresslevel=9 , encoding=None , errors=None , newline=None ) ¶ gzip 圧縮ファ ... ame, mode, compresslevel) と等価です。この時、引数 encoding 、 errors 、および newline を指定してはいけません。 ... 定のサポート、テキストモードのサポート、および引数に encoding 、 errors 、および newline を追加しました。 バージ ...
https://man.plustar.jp/python/library/gzip.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 6381
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ile. TemporaryFile ( mode='w+b' , buffering=None , encoding=None , newline=None , suffix=None , prefix=None , ... るようにバイナリモードが使用されます。 buffering 、 encoding 、 newline は、 open() に対する引数として解釈されま ... NamedTemporaryFile ( mode='w+b' , buffering=None , encoding=None , newline=None , suffix=None , prefix=None , ... yFile ( max_size=0 , mode='w+b' , buffering=None , encoding=None , newline=None , suffix=None , prefix=None , ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 6381
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... odified in place. Unicode strings have an encode( [encoding] ) method that returns an 8-bit string in the desi ... red encoding. Encodings are named by strings, such as 'ascii' , ... PI is defined for implementing and registering new encodings that are then available throughout a Python progr ... am. If an encoding isn't specified, the default encoding is usually 7 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
ファイルオブジェクト — Python 3.6.5 ドキュメント 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... e , const char *mode , int buffering , const char *encoding , const char *errors , const char *newline , int c ... n のファイルオブジェクトを作成します。引数 name 、 encoding 、 errors 、 newline には NULL を指定してデフォルト ...
https://man.plustar.jp/python/c-api/file.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ss the content type based on the file's extension. Encoding # will be ignored, although we should check for si ... things like # gzip'd or compressed files. ctype , encoding = mimetypes . guess_type ( path ) if ctype is None ... or encoding is not None : # No guess could be made, or the fil ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT