Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 319 for PY (0.282 sec.)
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プロトコルクライアント ¶ ソースコード: Lib/imaplib.py このモジュールでは三つのクラス、 IMAP4 , IMAP4_SSL ... ます。 LOGOUT 前に実行することを勧めます。 IMAP4. copy ( message_set , new_mailbox ) ¶ message_set で指定 ... mail, accept and produce such flags. There are non-Python programs which also create such tags. Although ... ated for backward compatibility reasons, and as of python 3.6, handles them if they are sent from the se ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ ¶ Python 言語リファレンス ではプログラミング言語 Python ... ていますが、このライブラリリファレンスマニュアルでは Python とともに配付されている標準ライブラリについて説 ... 明します。また Python 配布物に収められていることの多いオプションのコ ... ンポーネントについても説明します。 Python の標準ライブラリはとても拡張性があり、下の長い ...
https://man.plustar.jp/python/library/index.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オペレーティングシステムサービス » 16.6. logging --- Python 用ロギング機能 ¶ ソースコード: Lib/logging/__i ... nit__.py Important このページには、リファレンス情報だけが含 ... ールとしてログ記録 API が提供される利点は、すべての Python モジュールがログ記録に参加できることであり、こ ... 持つロガーはすべて foo の子孫です。ロガー名の階層は Python パッケージ階層と類似していて、推奨される構築方 ...
https://man.plustar.jp/python/library/logging.html - [similar]
13.4. lzma --- LZMA アルゴリズムを使用した圧縮 — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 圧縮 ¶ バージョン 3.3 で追加. ソースコード: Lib/lzma.py このモジュールは LZMA 圧縮アルゴリズムを使用したデ ... 処理 ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » ... 13. データ圧縮とアーカイブ » © 著作権 2001-2022, Python Software Foundation. Python Software Foundatio ...
https://man.plustar.jp/python/library/lzma.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ァイルの読み書き ¶ ソースコード: Lib/msilib/__init__.py msilib モジュールは Microsoft インストーラー( .msi ... 主要な使用目的は distutils の bdist_msi コマンドと、Python インストーラーパッケージそれ自体(と言いつつ現在 ... ルに追加されます。 MSI 作成の様々なステップに対する Python コールバックは現在公開されていません。 msilib. ... ルを exclude リストで除外することができます。 remove_pyc ( ) ¶ Remove .pyc files on uninstall. 参考 Direct ...
https://man.plustar.jp/python/library/msilib.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プロトコルクライアント ¶ ソースコード: Lib/nntplib.py This module defines the class NNTP which implement ... nt , first , last , name = s . group ( 'gmane.comp.python.committers' ) >>> print ( 'Group' , name , 'ha ... s, range' , first , 'to' , last ) Group gmane.comp.python.committers has 1096 articles, range 1 to 1096 ... ws.gmane.org' ) as n : ... n . group ( 'gmane.comp.python.committers' ) ... # doctest: +SKIP ('211 1755 ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 関数形式の標準演算子 ¶ ソースコード: Lib/operator.py operator モジュールは、Python の組み込み演算子に対 ... 下のテーブルでは、個々の抽象的な操作が、どのように Python 構文上の各演算子や operator モジュールの関数に ... セス ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » ... 数型プログラミング用モジュール » © 著作権 2001-2022, Python Software Foundation. Python Software Foundatio ...
https://man.plustar.jp/python/library/operator.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... --- データ出力の整然化 ¶ ソースコード: Lib/pprint.py pprint モジュールを使うと、Pythonの任意のデータ構造 ... して "pretty-print" できます。書式化された構造の中にPythonの基本的なタイプではないオブジェクトがあるなら、 ... ケット、あるいはクラスのようなオブジェクトや、 その他Pythonのリテラルとして表現できない様々なオブジェクトが ... ters, let's fetch information about a project from PyPI : >>> import json >>> import pprint >>> from url ...
https://man.plustar.jp/python/library/pprint.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... --- 擬似乱数を生成する ¶ ソースコード: Lib/random.py このモジュールでは様々な分布をもつ擬似乱数生成器を ... 小数点数を半開区間 [0.0, 1.0) 内に一様に生成します。Python は中心となる乱数生成器としてメルセンヌツイスタ ... され、そのビットがすべて使用されます。 バージョン1 (Python の古いバージョンでのランダムなシーケンスを再現 ... す。 random. getrandbits ( k ) ¶ k 桁の乱数ビットで Python の整数を生成し、返します。このメソッドはメルセ ...
https://man.plustar.jp/python/library/random.html - [similar]
29.13. site --- サイト固有の設定フック — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 29. Python ランタイムサービス » 29.13. site --- サイト固有 ... の設定フック ¶ ソースコード: Lib/site.py このモジュールは初期化中に自動的にインポートされま ... 使い、2つ目は lib/site-packages (Windows) または lib/python X.Y /site-packages (Unix と Macintosh) を使いま ... ファイルを検索します。 バージョン 3.5 で変更: "site-python" ディレクトリのサポートは削除されました。 "pyv ...
https://man.plustar.jp/python/library/site.html - [similar]