Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 171 for New (0.038 sec.)
浮動小数点型オブジェクト (floating point object) — Python 3.6.5 ドキュメント 5472
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Float_FromString ( PyObject *str ) ¶ Return value: New reference. str の文字列値をもとに PyFloatObject オ ... * PyFloat_FromDouble ( double v ) ¶ Return value: New reference. v から PyFloatObject オブジェクトを生成 ...
https://man.plustar.jp/python/c-api/float.html - [similar]
スライスオブジェクト (slice object) — Python 3.6.5 ドキュメント 5427
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... は NULL であってはなりません。 PyObject * PySlice_New ( PyObject *start , PyObject *stop , PyObject *ste ... p ) ¶ Return value: New reference. 指定した値から新たなスライスオブジェクト ...
https://man.plustar.jp/python/c-api/slice.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 5427
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dir メールボックスには三つのサブディレクトリ tmp , new , cur があります。メッセージはまず tmp サブディレク ... トリに瞬間的に作られた後、 new サブディレクトリに移動されて配送を完了します。メー ... じ意味を持ちます。 通常、メールユーザエージェントは new サブディレクトリにある全てのメッセージをユーザが最 ... あります。(メールリーダの中には "info" セクションを new にあるメッセージに付けることもあります。) "info" セ ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
弱参照オブジェクト — Python 3.6.5 ドキュメント 5371
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ジェクトの場合に真を返します。 PyObject * PyWeakref_NewRef ( PyObject *ob , PyObject *callback ) ¶ Return ... value: New reference. ob に対する弱参照オブジェクトを返します ... 返して TypeError を送出します。 PyObject * PyWeakref_NewProxy ( PyObject *ob , PyObject *callback ) ¶ Retur ... n value: New reference. ob に対する弱参照プロキシオブジェクトを ...
https://man.plustar.jp/python/c-api/weakref.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 5371
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... er : 1. use your existing login , 2. register as a new user , 3. have the server generate a new password ... められます。 If you want to define another server a new section can be created and listed in the index-ser ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
16.13. curses.panel --- curses のためのパネルスタック拡張 — Python 3.6.5 ドキュ... 5371
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルスタックの最下層のパネルを返します。 curses.panel. new_panel ( win ) ¶ 与えられたウィンドウ win に関連付け ... 要があります。 16.13.2. Panel オブジェクト ¶ 上記の new_panel() が返す Panel オブジェクトはスタック順の概念 ...
https://man.plustar.jp/python/library/curses.panel.html - [similar]
複素数オブジェクト (complex number object) — Python 3.6.5 ドキュメント 5326
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... plex_FromCComplex ( Py_complex v ) ¶ Return value: New reference. C の Py_complex 型から Python の複素数値 ... bles ( double real , double imag ) ¶ Return value: New reference. 新たな PyComplexObject オブジェクトを r ...
https://man.plustar.jp/python/c-api/complex.html - [similar]
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 5326
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... に真を返します。 PyModule_Type . PyObject * PyModule_NewObject ( PyObject *name ) ¶ __name__ 属性に name が ... der__ は None に設定されます。 PyObject * PyModule_New ( const char *name ) ¶ Return value: New reference ... . Similar to PyModule_NewObject() , but the name is a UTF-8 encoded string i ... せる 実行段階 に分割されます。 この区別はクラスの __new__() メソッドと __init__() メソッドに似ています。 一 ...
https://man.plustar.jp/python/c-api/module.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 5326
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is partially replaced by the contentmanager in the new API, but in certain applications these classes may ... h a set_payload call will automatically encode the new payload (and add a new Content-Transfer-Encoding h ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5326
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ch request to work on next (or whether to handle a new incoming request). This is particularly important ... A concrete request handler subclass must define a new handle() method, and can override any of the other ... methods. A new instance of the subclass is created for each reque ... the same way, except that the server will spawn a new process for each request. Available only on POSIX ...
https://man.plustar.jp/python/library/socketserver.html - [similar]