Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 52 for we (0.093 sec.)
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 6840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ge.customFormatterFactory bar : baz spam : 99.9 answer : 42 上記の YAML コード片は 3 つのフォーマッタを定 ... tterFactory' , 'bar' : 'baz' , 'spam' : 99.9 , 'answer' : 42 } で、ユーザ定義のインスタンス化が望まれるこ ... mFormatterFactory ( bar = 'baz' , spam = 99.9 , answer = 42 ) キー '()' が特殊キーとして使われるのは、キ ... を取って、適切な送信先オブジェクトを決定します。 However, a more generic mechanism is needed for user-de ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... et ( timeout = 1 )) except TimeoutError : print ( "We lacked patience and got a multiprocessing.TimeoutE ... 8.1. クリーンアップ ¶ プロキシオブジェクトは弱参照(weakref)コールバックを使用します。プロキシオブジェクト ... リスナーとクライアント ¶ Usually message passing between processes is done using queues or by using Conne ... or を発生させます。 multiprocessing.connection. answer_challenge ( connection , authkey ) ¶ メッセージを ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 6840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... atch the Error from the recursive copytree so that we can # continue with other files except Error as er ...
https://man.plustar.jp/python/library/shutil.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... S_256_GCM_SHA384, and TLS_CHACHA20_POLY1305_SHA256 were added to the default cipher string. 18.2.1.3. 乱 ... oat値)は、その文字列に含まれるエントロピーの下限(lower bound)です。 (なので、いつでも 0.0 を使うことがで ... rts() に渡すオプションです。この値はコンテキストが Web サーバの認証に使われることを示します (ですので、ク ... rts() に渡すオプションです。この値はコンテキストが Web クライアントの認証に使われることを示します (ですの ...
https://man.plustar.jp/python/library/ssl.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 6840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mber. Relies on ephemeral ports in order to ensure we are using an unbound port. This is important as ma ... whether they match the public name convention and were defined in module . The name_of_module argument ...
https://man.plustar.jp/python/library/test.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 6840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... epth -= 1 ... def data ( self , data ): ... pass # We do not need to do anything with data. ... def clos ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... able >>> y = x >>> x = x + 1 # 5 can't be mutated, we are creating a new object here >>> x 6 >>> y 5 この ... 証されているでしょう。 循環参照を避ける他の方法は、 weakref モジュールを使って、参照カウントを増やすことな ...
https://man.plustar.jp/python/faq/programming.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... times. Pay careful attention to the difference between * and + ; * matches zero or more times, so whate ... he missing value. Omitting m is interpreted as a lower limit of 0, while omitting n results in an upper ... start of a string, start() will always be zero. However, the search() method of patterns scans through ... by ignoring case. For example, [A-Z] will match lowercase letters, too. Full Unicode matching also work ...
https://man.plustar.jp/python/howto/regex.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( 50 , 50 )) Note that in order to test something, we use one of the assert*() methods provided by the T ... : def test_even ( self ): """ Test that numbers between 0 and 5 are all even. """ for i in range ( 0 , 6 ...
https://man.plustar.jp/python/library/unittest.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... This time, rather than install the OpenerDirector, we use it directly: opener . open ( 'http://www.examp ... 。このことは、これらの関数を使ってインタラクティブな Web クライアントを構築するのはスレッドなしには難しいこ ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
PREV 1 2 3 4 5 6 NEXT