Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 48 for part (0.034 sec.)
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7467
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mized hashing is designed for situations where one party, the message preparer, generates all or part of a ... message to be signed by a second party, the message signer. If the message preparer is a ... any protocols where a hash that is computed in one part of the protocol can be used in an entirely differe ... nt part because two hash computations were done on similar ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 7467
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tests where a server socket needs to be bound to a particular port for the duration of the test. Which one ... blic API. One case for this is when module imports part of its public API from other modules, possibly a C ... can be a set of names that must not be treated as part of the public API even though their names indicate ... ist = { 'baz' } # Undocumented name. # bar imports part of its API from _bar. support . check__all__ ( sel ...
https://man.plustar.jp/python/library/test.html - [similar]
安定 ABI (Stable Appliction Binary Interface) — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... メントでは、 limited API の一部でない API は、 "Not part of the limited API" とマークされています。 関連キー ...
https://man.plustar.jp/python/c-api/stable.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... een size, and is not necessarily associated with a particular part of the screen. Pads can be used when a ... large window is needed, and only a part of the window will be on the screen at one time. A ... ethods of a pad require 6 arguments to specify the part of the pad to be displayed and the location on the ... eter specifies the character to use for a specific part of the border; see the table below for more detail ...
https://man.plustar.jp/python/library/curses.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7270
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... om most other computer applications, but it's been part of curses since it was first written, and it's too ... waiting for a keypress or some other action on the part of the user. All you have to do is to be sure that ...
https://man.plustar.jp/python/howto/curses.html - [similar]
9.4. decimal --- 十進固定及び浮動小数点数の算術演算 — Python 3.6.5 ドキュメント 7270
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e' | 'E' digits : := digit [ digit ] ... decimal - part : := digits '.' [ digits ] | [ '.' ] digits expone ... nt - part : := indicator [ sign ] digits infinity : := 'Infi ... | 'sNaN' [ digits ] numeric - value : := decimal - part [ exponent - part ] | infinity numeric - string : ...
https://man.plustar.jp/python/library/decimal.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 7270
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ソースコード: Lib/email/encoders.py This module is part of the legacy ( Compat32 ) email API. In the new A ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7270
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... unctions described in the parser module. The first part of this documentation covers the features of Polic ... override to obtain different behavior. The second part describes the concrete classes EmailPolicy and Com ... _binary() and utf8 below for exceptions), but body parts may use the 8bit CTE. A cte_type value of 8bit on ... in the future the behavior of these instances (in particular the HTTP instance) may be adjusted to confor ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
Python インタプリタの拡張と埋め込み — Python 3.6.5 ドキュメント 7179
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... he basic tools for creating extensions provided as part of this version of CPython. Third party tools like ...
https://man.plustar.jp/python/extending/index.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 7179
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... 数です。このモジュールで一番便利なツールは functools.partial() 関数です。 関数型スタイルのプログラムでは時折 ... わけです。これは「関数の部分適用」と呼ばれています。 partial() のコンストラクタは (function, arg1, arg2, ... ... ubsystem , message )) ... server_log = functools . partial ( log , subsystem = 'server' ) server_log ( 'Un ... プログラミングに関する 3 部構成の記事を書いています; part 1 , part 2 , part 3 , Python 文書 ¶ itertools モジ ...
https://man.plustar.jp/python/howto/functional.html - [similar]
PREV 1 2 3 4 5 NEXT