Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 186 for Set (0.141 sec.)
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 4899
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed in the message sub-module. The application can use this API to ask questions about an existing email, ... add or remove email subcomponents that themselves use the same object model interface. That is, following ... from disk, but to serialize it using standard SMTP settings when sending it to an email server. The email ... est to advanced applications. Following those is a set of examples of using the fundamental parts of the ...
https://man.plustar.jp/python/library/email.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 4899
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... インタープリタで利用可能なハッシュアルゴリズム名の set です。これらの名前は new() に渡すことができます。 ... algorithms_guaranteed は常にサブセットです。この set の中に同じアルゴリズムが違う名前で複数回現れること ... n=b'' , fanout=1 , depth=1 , leaf_size=0 , node_offset=0 , node_depth=0 , inner_size=0 , last_node=False ... n=b'' , fanout=1 , depth=1 , leaf_size=0 , node_offset=0 , node_depth=0 , inner_size=0 , last_node=False ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 4899
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... g header field has been provided, HTTPHandler will set these headers according to the type of data . Cont ... classes may indicate a different default method by setting the method attribute in the class itself. 注釈 ... です。 バージョン 3.4 で変更. Request.full_url は、 setter, getter, deleter を持つプロパティです。もし存在 ... 3.4 で変更. Request.full_url を返します。 Request. set_proxy ( host , type ) ¶ リクエストがプロキシサーバ ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 4899
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... れています。 空の shape , 空の strides , 空の suboffsets を表現するのに以前は None を用いていましたが今では ... ionAbortedError ConnectionRefusedError ConnectionResetError 新たな例外のおかげで errno の一般的な使い方を ... を明示的なものにする)]、 bpo-14646 [Require loaders set __loader__ and __package__ (ローダーが __loader__ ... Contributed by Antoine Pitrou in bpo-13748 .) dict.setdefault() が与えられたキーのルックアップを一度しか行 ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... と値のペアが入った新たな辞書を返します。 int PyDict_SetItem ( PyObject *p , PyObject *key , PyObject *val ... 0 を、失敗した場合には -1 を返します。 int PyDict_SetItemString ( PyObject *p , const char *key , PyObje ... t* ではなく char* で指定します。 PyObject * PyDict_SetDefault ( PyObject *p , PyObject *key , PyObject *d ... e: Borrowed reference. これは Python レベルの dict.setdefault() と同じです。 もしあれば、辞書 p から key ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
はじめに — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ありません; 例外としてよく知られているのは、 PyList_SetItem() と PyTuple_SetItem() で、これらはシーケンスに ... ます): PyObject * t ; t = PyTuple_New ( 3 ); PyTuple_SetItem ( t , 0 , PyLong_FromLong ( 1L )); PyTuple_Set ... Item ( t , 1 , PyLong_FromLong ( 2L )); PyTuple_SetItem ( t , 2 , PyUnicode_FromString ( "three" )); こ ... Long_FromLong() は新しい参照を返し、すぐに PyTuple_SetItem() に盗まれます。参照が盗まれた後もそのオブジェ ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ned as long as it is a str or bytes object. Otherwise TypeError is raised and NULL is returned. バージョン ... の typedef による別名です。 PyOS_sighandler_t PyOS_setsig ( int i , PyOS_sighandler_t h ) ¶ シグナル i に ... II if the LC_CTYPE locale is "C" , nl_langinfo(CODESET) returns the ASCII encoding (or an alias), and mbs ... towcs() and wcstombs() functions use the ISO-8859-1 encoding. the current locale encodin ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
22.2. aifc --- AIFFおよびAIFCファイルの読み書き — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を書き込むのか分からなかったり、 writeframesraw() と setnframes() を使わないなら、ファイルオブジェクトはシー ... を使用すると、データの始めから読み込みます。 aifc. setpos ( pos ) ¶ 指定したフレーム数の位置にポインタを設 ... れたときに返されるオブジェクトには、 readframes() と setpos() を除く上述の全てのメソッドがあります。さらに以 ... ッドが定義されています。 get*() メソッドは、対応する set*() を呼び出したあとでのみ呼び出し可能です。最初に ...
https://man.plustar.jp/python/library/aifc.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ompat32 ) email API. There is no need to directly use these with the new API, since the parsing and forma ... を返します。 email.utils. formataddr ( pair , charset='utf-8' ) ¶ parseaddr() の逆で、2 要素のタプル (re ... ある場合、第2要素の値をそのまま返します。 任意の charset は、 realname が非 ASCII 文字を含んでいる場合にその ... エンコーディングに使われる文字集合です。 str か Charset のインスタンスで、デフォルトは utf-8 です。 バージ ...
https://man.plustar.jp/python/library/email.util.html - [similar]
35.9. fcntl --- fcntl および ioctl システムコール — Python 3.6.5 ドキュメント 4844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 体的には: 0 -- ファイル先頭からの相対位置 ( os.SEEK_SET ) 1 -- 現在のバッファ位置からの相対位置 ( os.SEEK_ ... = open ( ... ) rv = fcntl . fcntl ( f , fcntl . F_SETFL , os . O_NDELAY ) lockdata = struct . pack ( 'hh ... 0 , 0 , 0 , 0 ) rv = fcntl . fcntl ( f , fcntl . F_SETLKW , lockdata ) 最初の例では、戻り値 rv は整数値を ...
https://man.plustar.jp/python/library/fcntl.html - [similar]