Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for event (0.047 sec.)
Logging クックブック — Python 3.6.5 ドキュメント 7833
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... tput will display the thread which generated # the event (the main thread) rather than the internal # threa ... with a formatter, since a socket handler sends the event as # an unformatted pickle rootLogger . addHandler ... 独立した listener プロセスが他のプロセスから送られた event を受け取り、それを独自の logging 設定にしたがって保 ... logic in the worker processes, to avoid # sending events which would be filtered out between processes. # ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 7833
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ction , argument=() , kwargs={} ) ¶ Schedule a new event. The time argument should be a numeric type compat ... f the timefunc function passed to the constructor. Events scheduled for the same time will be executed in t ... kwargs 引数が追加されました。 scheduler. cancel ( event ) ¶ キューからイベントを消去します。もし event がキ ...
https://man.plustar.jp/python/library/sched.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 7693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンスです。 引数は protocol_factory を除き、 AbstractEventLoop.create_connection() の通常の引数です; 最も一般 ... e () message = 'Hello World!' loop = asyncio . get_event_loop () loop . run_until_complete ( tcp_echo_clien ... t ( message , loop )) loop . close () 参考 AbstractEventLoop.create_connection() メソッドを使った TCP Echo ... t socket" ) writer . close () loop = asyncio . get_event_loop () coro = asyncio . start_server ( handle_ech ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 7693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... used as Edge or Level Triggered interface for I/O events. sizehint and flags are deprecated and completely ... しいファイル記述子が継承不可になりました。 select. kevent ( ident , filter=KQ_FILTER_READ , flags=KQ_EV_ADD ... 0 ) ¶ (BSD でのみサポート) カーネルイベント(kernel event)オブジェクトを返します。カーネルイベントオブジェク ... トが提供しているメソッドについては、 kevent オブジェクト 節を参照してください。 select. select ...
https://man.plustar.jp/python/library/select.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 7553
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to the turtle will turn it. >>> onclick ( None ) # event-binding will be removed turtle. onrelease ( fun , ... はキー・シンボル (例 "space") Bind fun to key-press event of key if key is given, or to any key-press-event ... given. Remark: in order to be able to register key-events, TurtleScreen must have focus. (See method listen ... cked point. >>> screen . onclick ( None ) # remove event binding again 注釈 この TurtleScreen メソッドはグロ ...
https://man.plustar.jp/python/library/turtle.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 7491
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Python programming, with ' 'special focus\r\n' 'on event-based network programming and multiprotocol ' 'int ... Python programming, with ' 'special focus\r\n' 'on event-based network programming and multiprotocol ' 'int ... hon ' 'programming, with ' 'special focus\r\n' 'on event-based network ' 'programming and ' 'multiprotocol ...
https://man.plustar.jp/python/library/pprint.html - [similar]
18.5.9. asyncio での開発 — Python 3.6.5 ドキュメント 7413
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 変数 PYTHONASYNCIODEBUG を 1 に設定するか、 AbstractEventLoop.set_debug() を呼び出すと、asyncio デバッグモー ... 行時間が 100 ms を超えるコールバックのログ。 AbstractEventLoop.slow_callback_duration 属性には "遅い" コールバ ... 場合、 ResourceWarning 警告が出ます。 参考 AbstractEventLoop.set_debug() メソッドならびに asyncio logger 。 ... cancelled (): fut . set_result ( 'done' ) AbstractEventLoop.call_soon() で、Future の set_result() メソッド ...
https://man.plustar.jp/python/library/asyncio-dev.html - [similar]
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 7413
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... められる状態に設定します。 trace_dispatch ( frame , event , arg ) ¶ この関数は、デバッグされているフレームの ... 自身)です。 デフォルトの実装は、実行しようとしている event (文字列として渡されます) の種類に基づいてフレームの ... ディスパッチ方法を決定します。 event は次のうちのどれかです: "line" : 新しい行を実行しよ ...
https://man.plustar.jp/python/library/bdb.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 7413
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... アログオブジェクト、 name はコントロールの名前です。 event ( event , argument , condition=1 , ordering=None ) ... ¶ このコントロールの ControlEvent テーブルにエントリを作ります。 mapping ( event , a ... ttribute ) ¶ このコントロールの EventMapping テーブルにエントリを作ります。 condition ( ... Table Control Types ControlCondition Table ControlEvent Table EventMapping Table RadioButton Table 34.1.10 ...
https://man.plustar.jp/python/library/msilib.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 7413
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スされた XML 要素を取得するには、 XMLPullParser.read_events() を呼び出します。以下に、例を示します。 >>> pars ... eed ( '<mytag>sometext' ) >>> list ( parser . read_events ()) [('start', <Element 'mytag' at 0x7fa66db2be58 ... >>> parser . feed ( ' more text</mytag>' ) >>> for event , elem in parser . read_events (): ... print ( eve ... します。 xml.etree.ElementTree. iterparse ( source , events=None , parser=None ) ¶ XML セクションを構文解析し ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
PREV 1 2 3 4 5 NEXT