Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 162 for module (0.101 sec.)
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 5593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... message via smtplib.SMTP.sendmail() or the nntplib module, or print the message on the console. Taking a mes ... of the generator classes. As with the email.parser module, you aren't limited to the functionality of the bu ... re detail, see email.message . The email.generator module also provides a derived class, DecodedGenerator , ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 5593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。ファイルを一つクリックするとそれを開きます。 Open Module... [モジュールを開く...] 既存のモジュールをオープン ... ython Shell ウィンドウを開くか、起こします。 Check Module [モジュールのチェック] Editor ウィンドウでいま開い ... tor ウィンドウでそのおよその位置に移動します。 Run Module [モジュールの実行] まず Check Module (上述) を実行 ... ns and classes in the current namespaces, plus any modules imported. If some characters have been entered, t ...
https://man.plustar.jp/python/library/idle.html - [similar]
27.6. trace --- Python 文実行のトレースと追跡 — Python 3.6.5 ドキュメント 5593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ファイルを保存するディレクトリを指定します。 package.module についてのカバレッジレポートは dir / package / mod ... これらのオプションは複数回指定できます。 --ignore-module =<mod> ¶ 指定されたモジュールと(パッケージだった場 ...
https://man.plustar.jp/python/library/trace.html - [similar]
Function オブジェクト — Python 3.6.5 ドキュメント 5536
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 文字列と名前はコードオブジェクトから取得されます。 __module__ は globals から取得されます。引数のデフォルト値や ... れたglobals辞書を返します。 PyObject * PyFunction_GetModule ( PyObject *op ) ¶ Return value: Borrowed referenc ... e. 関数オブジェクト op の __module__ 属性を返します。これには普通はモジュール名の文字 ...
https://man.plustar.jp/python/c-api/function.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 5536
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンコーダ ¶ ソースコード: Lib/email/encoders.py This module is part of the legacy ( Compat32 ) email API. In t ... this section is the original documentation of the module. 何もないところから Message を作成するときしばしば ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
31.3. modulefinder --- スクリプト中で使われているモジュールを検索する — Python ... 5536
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 31. モジュールのインポート » 31.3. modulefinder --- スクリプト中で使われているモジュールを検 ... 索する ¶ ソースコード: Lib/modulefinder.py このモジュールでは、スクリプト中で import ... されているモジュールセットを調べるために使える ModuleFinder クラスを提供しています。 modulefinder.py はま ... いるモジュールのレポートを出力させることもできます。 modulefinder. AddPackagePath ( pkg_name , path ) ¶ pkg_na ...
https://man.plustar.jp/python/library/modulefinder.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 5490
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れたヘッダ ¶ ソースコード: Lib/email/header.py This module is part of the legacy ( Compat32 ) email API. In t ... ge class. In addition to uses in legacy code, this module can be useful in applications that need to complet ... this section is the original documentation of the module. RFC 2822 は電子メールメッセージの形式を規定する基 ...
https://man.plustar.jp/python/library/email.header.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 5490
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... about detecting compliance issues. See the errors module for a discussion of the types of defects that may ... is to use the localtime() function from the utils module: msg [ 'Date' ] = utils . localtime () This exampl ... 脚注 [1] Originally added in 3.3 as a provisional module 関連キーワード: header , email , list , headerregi ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 5490
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ことはないので便利です。 参考 PEP 428 : The pathlib module -- オブジェクト指向のファイルシステムパス。 参考 文 ... t recent call last): File "<stdin>" , line 1 , in <module> TypeError : '<' not supported between instances o ... t recent call last): File "<stdin>" , line 1 , in <module> File "pathlib.py" , line 694 , in relative_to . f ... t recent call last): File "<stdin>" , line 1 , in <module> File "/home/antoine/cpython/default/Lib/pathlib.p ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 5490
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブジェクトの永続化 を参照してください。 find_class ( module , name ) ¶ 必要なら module をインポートして、そこか ... ら name という名前のオブジェクトを返します。ここで module および name 引数は str オブジェクトです。その名前が ... er ( pickle . Unpickler ): def find_class ( self , module , name ): # Only allow safe classes from builtins. ... if module == "builtins" and name in safe_builtins : return g ...
https://man.plustar.jp/python/library/pickle.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT