Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 178 for This (0.189 sec.)
What's New In Python 3.1 — Python 3.6.5 ドキュメント 4930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... objects are not tracked by the garbage collector. This can reduce the size of collections and therefore t ... ow interns the attribute names of pickled objects. This saves memory and allows pickles to be smaller. (Co ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 4885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ct * err_type , * err_value , * err_traceback ; /* This saves the current exception state */ PyErr_Fetch ( ... -> my_callback ); else Py_DECREF ( cbresult ); /* This restores the saved exception state */ PyErr_Restor ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 4885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... sequence1 : if not ( condition1 ): continue # Skip this element for expr2 in sequence2 : if not ( conditio ... n2 ): continue # Skip this element ... for exprN in sequenceN : if not ( cond ... itionN ): continue # Skip this element # Output the value of # the expression. つ ...
https://man.plustar.jp/python/howto/functional.html - [similar]
ソケットプログラミング HOWTO — Python 3.6.5 ドキュメント 4885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソケ ... t () # now do something with the clientsocket # in this case, we'll pretend this is a threaded server ct = ...
https://man.plustar.jp/python/howto/sockets.html - [similar]
21.2. cgi --- CGI (ゲートウェイインタフェース規格) のサポート — Python 3.6.5 ド... 4885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... "<TITLE>CGI script output</TITLE>" ) print ( "<H1>This is my first CGI script</H1>" ) print ( "Hello, wor ... ser = form . getfirst ( "user" , "" ) . upper () # This way it's safe. for item in form . getlist ( "item" ...
https://man.plustar.jp/python/library/cgi.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 4885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ivatives. email.contentmanager. raw_data_manager ¶ This content manager provides only a minimum interface ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 4885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mezone, in seconds west of UTC, if one is defined. This is negative if the local DST timezone is east of U ... (as in Western Europe, including the UK). Only use this if daylight is nonzero. See note below. time. dayl ...
https://man.plustar.jp/python/library/time.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 4885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... eference count of an object from going to zero. In this case, the cycle will be later detected and deleted ... ted; if no other references to such globals exist, this may help in assuring that imported modules are sti ... et__() of a name property raises AttributeError ). This method should either return the (computed) attribu ... sscell__ entry in the class namespace. If present, this must be propagated up to the type.__new__ call in ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Py_Exit ( int status ) ¶ Exit the current process. This calls Py_FinalizeEx() and then calls the standard ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
7. 使用例 — Python 3.6.5 ドキュメント 4830
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... t setup desc = """ \ My description ============== This is the description of the ``foobar`` package. """ ...
https://man.plustar.jp/python/distutils/examples.html - [similar]