Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 98 of about 98 for key (0.134 sec.)
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ent call last): ... TypeError : Attempted to reuse key: 'SQUARE' ただし、複数の列挙型メンバーが同じ値を持 ...
https://man.plustar.jp/python/library/enum.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ード co_argcount number of arguments (not including keyword only arguments, * or ** args) co_code コンパイ ... a function's closure) co_kwonlyargcount number of keyword only arguments (not including ** arg) co_name ... er, i.e. positional-only first, then positional-or-keyword, and that parameters with defaults follow para ... **kwargs ) ¶ Create a mapping from positional and keyword arguments to parameters. Returns BoundArgument ...
https://man.plustar.jp/python/library/inspect.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プロセスがシグナル N で終了したことを表します。 authkey ¶ プロセスの認証キーです (バイト文字列です)。 mult ... その親プロセスから認証キーを継承します。もしくは authkey に別のバイト文字列を設定することもできます。 詳細は ... シグナルを受け取ると、その呼び出しはすぐに中断されて KeyboardInterrupt が発生します。 これは同等のブロッキン ... ocessing.managers. BaseManager ( [ address [ , authkey ] ] ) ¶ BaseManager オブジェクトを作成します。 作成 ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ェットの config() メソッドを引数なしで呼び出したり、 keys() メソッドを呼び出したりして問い合わせることもでき ... the user hits return self . entrythingy . bind ( '<Key-Return>' , self . print_contents ) def print_conte ... フィールド %f focus %A char %h 高さ %E send_event %k keycode %K keysym %s state %N keysym_num %t time %T ty ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... われます: >>> while True : ... pass # Busy-wait for keyboard interrupt (Ctrl+C) ... これは最小のクラスを作 ... positional argument parrot ( voltage = 1000 ) # 1 keyword argument parrot ( voltage = 1000000 , action = ... 'VOOOOOM' ) # 2 keyword arguments parrot ( action = 'VOOOOOM' , voltag ... e = 1000000 ) # 2 keyword arguments parrot ( 'a million' , 'bereft of li ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . Coombs in bpo-18532 .) hmac ¶ hmac は、 new() の key 引数として bytearray と bytes を許容するようになり ... トした文字列はダメです。 ( bpo-16742 ) PyThread_set_key_value() が必ず値をセットするようになりました。Pyth ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 5697
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... ( 'Hello from main' ) time . sleep ( 0.75 ) except KeyboardInterrupt : info [ 'stop' ] = True break threa ... l ( 'critical message' ) time . sleep ( 5 ) except KeyboardInterrupt : # cleanup logging . config . stopL ... the passed in dict-like object to have a 'connid' key, whose value in brackets is prepended to the log m ... ow are passed to the handler creator callable # as keyword arguments. 'owner' : [ 'pulse' , 'pulse' ], 'f ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 5697
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... 場合、メッセージフォーマット文字列では %(<dictionary key>)s 形式の置換文字列が使われます; キーに指定できる属 ... は`logging.conf`ファイルに記載する例です: [loggers] keys = root,simpleExample [handlers] keys = consoleHan ... dler [formatters] keys = simpleFormatter [logger_root] level = DEBUG han ... が早期に終了しないようにするためです。 SystemExit と KeyboardInterrupt 例外は決して飲み込まれません。 Handl ...
https://man.plustar.jp/python/howto/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT