Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 162 for module (0.124 sec.)
具象オブジェクト (concrete object) レイヤ — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クト ¶ ファイルオブジェクト モジュールオブジェクト (module object) Cモジュールの初期化 一段階初期化 多段階初期 ...
https://man.plustar.jp/python/c-api/concrete.html - [similar]
ファイルオブジェクト — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... オブジェクト 次のトピックへ モジュールオブジェクト (module object) ナビゲーション 索引 モジュール | 次へ | 前 ...
https://man.plustar.jp/python/c-api/file.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... うにモジュールオブジェクトへのポインタを得られます: module = PyImport_ImportModule ( "<modulename>" ); そのモ ... ュールがまだインポートされていない (つまり、まだ sys.modules に現れていない) なら、これはモジュールを初期化しま ... す。そうでなければ、単純に sys.modules["<modulename>"] の値を返します。なお、これはモジュ ... も代入しません。これはモジュールが初期化されて ' sys.modules に保管されていることを保証するだけです。 これで、 ...
https://man.plustar.jp/python/faq/extending.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mailMessage class, imported from the email.message module. It is the base class for the email object model. ... 脚注 [1] Originally added in 3.4 as a provisional module . Docs for legacy message class moved to email.mes ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... the classes and functions described in the parser module. The first part of this documentation covers the f ... ior of the email package in Python 3.2. The policy module also defines an instance of this class, compat32 , ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コルクライアント ¶ ソースコード: Lib/ftplib.py This module defines the class FTP and a few related items. The ... irroring other FTP servers. It is also used by the module urllib.request to handle URLs that use FTP. For mo ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のパターン展開 ¶ ソースコード: Lib/glob.py The glob module finds all the pathnames matching a specified patte ...
https://man.plustar.jp/python/library/glob.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーニング変数を失います。 参考 The third-party regex module, which has an API compatible with the standard lib ... rary re module, but offers additional functionality and a more th ... t recent call last): File "<stdin>" , line 1 , in <module> ... ValueError : split() requires a non-empty pat ... ent call last): File "<pyshell#23>" , line 1 , in <module> re . match ( r ".*(.).*\1" , "718ak" ) . group ( ...
https://man.plustar.jp/python/library/re.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... m Python 3.3 onwards, you can use the faulthandler module to report on synchronous errors. 完全にCで実装され ... be raised if a signal name is not defined as SIG* module level constant. signal. sigpending ( ) ¶ 呼び出しス ...
https://man.plustar.jp/python/library/signal.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5192
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... his is the superclass of all Server objects in the module. It defines the interface, given below, but does n ... tocol family; see the documentation for the socket module for details. For Internet protocols, this is a tup ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT