Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 319 for PY (0.169 sec.)
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... - デバッガーフレームワーク ¶ ソースコード: Lib/bdb.py bdb モジュールは、ブレークポイントを設定したり、デ ... class bdb. Bdb ( skip=None ) ¶ Bdb クラスは一般的なPythonデバッガーの基本クラスとして振舞います。 このク ... した。 "c_exception" : C関数が例外を発生させました。 Pythonのイベントに対しては、以下の専用の関数群が呼ばれ ... とプロファイル 次のトピックへ 27.2. faulthandler --- Python tracebackのダンプ ナビゲーション 索引 モジュー ...
https://man.plustar.jp/python/library/bdb.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンドインタープリタのサポート ¶ ソースコード: Lib/cmd.py Cmd クラスでは、行指向のコマンドインタープリタを書 ... 解析 ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » ... . プログラムのフレームワーク » © 著作権 2001-2022, Python Software Foundation. Python Software Foundatio ...
https://man.plustar.jp/python/library/cmd.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レジストリと基底クラス ¶ ソースコード: Lib/codecs.py このモジュールは、標準的な Python codec (エンコーダ ... 義し、codec とエラー処理検索プロセスを管理する内部の Python codec レジストリへのアクセスを提供します。多く ... 調べることができます。 codecs. lookup ( encoding ) ¶ Python codec レジストリから codec 情報を探し、以下で定 ... の codec の実装の基礎として使用することもできます。 Python で codec として使えるようにするには、ステートレ ...
https://man.plustar.jp/python/library/codecs.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルメッセージの表現 ¶ ソースコード: Lib/email/message.py バージョン 3.6 で追加: [1] The central class in th ... gs (instead of the RFC mandated \r\n , it uses the Python standard \n line endings). For more informatio ... たとえば: del msg [ 'subject' ] msg [ 'subject' ] = 'Python roolz!' If the policy defines certain headers ... s converted to dashes (since dashes are illegal in Python identifiers). Normally, the parameter will be ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ージョン 3.3 で追加. ソースコード: Lib/email/policy.py email パッケージの主要な目的は様々なEメールやMIMEの ... e cases, including bug compatibility) with the pre-Python3.3 version of the email package. This default ... functions will be changing in a future version of Python. Therefore you should always specify explicitl ... or and returning a new Policy instance that is a copy of the original but with the specified attributes ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Pプロトコルクライアント ¶ ソースコード: Lib/ftplib.py This module defines the class FTP and a few relate ... ide of the FTP protocol. You can use this to write Python programs that perform a variety of automated F ... ント ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » ... ターネットプロトコルとサポート » © 著作権 2001-2022, Python Software Foundation. Python Software Foundatio ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 可能オブジェクトの操作 ¶ ソースコード: Lib/functools.py functools モジュールは高階関数、つまり関数に影響を ... 共に使用します。この関数は、主に比較関数を使っていた Python 2 からプログラムの移行のための変換ツールとして ... ze = 32 ) def get_pep ( num ): 'Retrieve text of a Python Enhancement Proposal' resource = 'http://www.p ... fargs , ** fkeywords ): newkeywords = keywords . copy () newkeywords . update ( fkeywords ) return func ...
https://man.plustar.jp/python/library/functools.html - [similar]
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ヒープキューアルゴリズム ¶ ソースコード: Lib/heapq.py このモジュールではヒープキューアルゴリズムの一実装 ... ノードのインデクスの関係がやや明瞭でなくなりますが、Python はゼロベースのインデクス化を使っているのでより ... って、ユーザに戸惑いを与えることなく、ヒープを通常の Python リストとして見ることができます: heap[0] が最小 ... ズム ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » ...
https://man.plustar.jp/python/library/heapq.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ロトコルクライアント ¶ ソースコード: Lib/http/client.py このモジュールでは HTTP および HTTPS プロトコルのク ... パッケージ がお奨めです。 注釈 HTTPS のサポートは、Python が SSL サポート付きでコンパイルされている場合に ... ます: >>> h1 = http . client . HTTPConnection ( 'www.python.org' ) >>> h2 = http . client . HTTPConnection ... ( 'www.python.org:80' ) >>> h3 = http . client . HTTPConnect ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 4112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... er --- HTTP サーバ ¶ ソースコード: Lib/http/server.py このモジュールは HTTP (web) サーバを実装するための ... ります。例えば、 'BaseHTTP/0.2' です。 sys_version ¶ Python 処理系のバージョンが, version_string メソッドや ... クラス変数で利用可能な形式で入っています。例えば 'Python/1.4' です。 error_message_format ¶ Specifies a ... is serves files relative to the current directory: python - m http . server 8000 By default, server bind ...
https://man.plustar.jp/python/library/http.server.html - [similar]