Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 274 for In (0.506 sec.)
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 4342
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を提供します: ABC 継承しているクラス 抽象メソッド mixin メソッド Container __contains__ Hashable __hash__ ... llable __call__ Collection Sized , Iterable , Container __contains__ , __iter__ , __len__ Sequence Rever ... sible , Collection __getitem__ , __len__ __contains__ , __iter__ , __reversed__ , index , count Mutab ... _getitem__ , __setitem__ , __delitem__ , __len__ , insert Sequence から継承したメソッドと、 append , rev ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 4342
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dule is part of the legacy ( Compat32 ) email API. In the new API the functionality is provided by the c ... te parameter of the set_content() method. The remaining text in this section is the original documentat ... ットしなおします。これらはまた Content-Transfer-Encoding ヘッダを適切な値に設定します。 マルチパートメッセ ... ers. encode_quopri ( msg ) ¶ ペイロードを quoted-printable 形式にエンコードし、 Content-Transfer-Encodin ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 4342
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メソッドは最大の要素ではなく最小の要素 (教科書では "min heap:最小ヒープ" と呼ばれています; 教科書では並べ替 ... します。ヒープ不変式は保たれます。ヒープが空の場合、 IndexError が送出されます。pop せずに最小の要素にアク ... 。ヒープのサイズは変更されません。ヒープが空の場合、 IndexError が送出されます。 この一息の演算は heappop( ... 値にわたる iterator を返します。 sorted(itertools.chain(*iterables)) と似ていますが、イテレータを返し、一度 ...
https://man.plustar.jp/python/library/heapq.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 4342
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . 汎用オペレーティングシステムサービス » 16.6. logging --- Python 用ロギング機能 ¶ ソースコード: Lib/log ... ging/__init__.py Important このページには、リファレンス ... ションやライブラリのための柔軟なエラーログ記録 (logging) システムを実装するための関数やクラスを定義してい ... ンスタンス化することはできず、常にモジュール関数 logging.getLogger(name) を介してインスタンス化することに注 ...
https://man.plustar.jp/python/library/logging.html - [similar]
4. Macintosh で Python を使う — Python 3.6.5 ドキュメント 4342
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... プと利用 » 4. Macintosh で Python を使う ¶ 著者: Bob Savage < bobsavag ... e @ mac . com > Mac OS X が動作している Macintosh 上の Python は原則的には他の Unix プラットフォ ... n 3 を取得しインストールすることもできます。新しい Intel の CPU でも古い PPC の CPU でもネイティブに動作 ... いくつかのものが手に入ります: A MacPython 3.6 folder in your Applications folder. In here you find IDLE, t ...
https://man.plustar.jp/python/using/mac.html - [similar]
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 4313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rse . ArgumentParser ( description = 'Process some integers.' ) parser . add_argument ( 'integers' , met ... avar = 'N' , type = int , nargs = '+' , help = 'an integer for the accumu ... t' , const = sum , default = max , help = 'sum the integers (default: find the max)' ) args = parser . p ... arse_args () print ( args . accumulate ( args . integers )) 上の Pyt ...
https://man.plustar.jp/python/library/argparse.html - [similar]
21.2. cgi --- CGI (ゲートウェイインタフェース規格) のサポート — Python 3.6.5 ド... 4313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バによって起動され、通常は HTML の <FORM> または <ISINDEX> エレメントを通じてユーザが入力した内容を処理し ... 、CGI スクリプトはサーバ上の特殊なディレクトリ cgi-bin の下に置きます。HTTP サーバは、まずスクリプトを駆動 ... するための Python のコードは以下のようなものです: print ( "Content-Type: text/html" ) # HTML is following ... print () # blank line, end of headers 二つ目のセクション ...
https://man.plustar.jp/python/library/cgi.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 4313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クラス形式の API を使いたくなるでしょう。 gettext. bindtextdomain ( domain , localedir=None ) ¶ domain... しに、(Unixでは) localedir/language/LC_MESSAGES/domain.mo というパスを見に行きます。 ここで language はそ ... す。 localedir が省略されるか None の場合、現在 domain に対応付けられているロケールディレクトリが返されま ... す。 [1] gettext. bind_textdomain_codeset ( domain , codeset=None ) ¶ do ...
https://man.plustar.jp/python/library/gettext.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 4313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ン展開 ¶ ソースコード: Lib/glob.py The glob module finds all the pathnames matching a specified pattern a ... ccording to the rules used by the Unix shell, although res ... ults are returned in arbitrary order. No tilde expansion is done, but * ... th [] will be correctly matched. This is done by using the os.scandir() and fnmatch.fnmatch() functions ...
https://man.plustar.jp/python/library/glob.html - [similar]
21.14. poplib --- POP3 プロトコルクライアント — Python 3.6.5 ドキュメント 4313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ラスは ssl.SSLContext.check_hostname と Server Name Indication でホスト名のチェックをサポートしました。( ... 3.6 で非推奨: keyfile and certfile are deprecated in favor of context . Please use ssl.SSLContext.load_ ... cert_chain() instead, or let ssl.create_default_context() sel ... tat ( ) ¶ メールボックスの状態を得ます。結果は2つのintegerからなるタプルとなります。 (message count, mai ...
https://man.plustar.jp/python/library/poplib.html - [similar]