Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 6 of about 6 for junk (0.031 sec.)
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 13197
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れている、やや凝ったアルゴリズムです。その考え方は、"junk" 要素を含まない最も長い互いに隣接したマッチ列を探す ... ことです。ここで、 "junk" 要素とは、空行や空白などの、意味を持たない要素のこ ... とです。 (junk を処理するのは、Ratcliff と Obershelp のアルゴリズ ... 存しています。最良の場合は線形時間になります。 自動 junk ヒューリスティック: SequenceMatcher は、シーケンス ...
https://man.plustar.jp/python/library/difflib.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 8646
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... /ls') >>> subprocess . getstatusoutput ( 'cat /bin/junk' ) (1, 'cat: /bin/junk: No such file or directory' ... ) >>> subprocess . getstatusoutput ( '/bin/junk' ) (127, 'sh: /bin/junk: not found') >>> subproces ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 8280
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... om peers. j : Articles from peers are filed in the junk group instead. x : No local postings, and articles ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 8207
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... it in between the [clinic] lines, removing all the junk that makes it a properly quoted C string. When you ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 8207
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... er . last_accepted ) conn . send ([ 2.25 , None , 'junk' , float ]) conn . send_bytes ( b 'hello' ) conn . ... conn : print ( conn . recv ()) # => [2.25, None, 'junk', float] print ( conn . recv_bytes ()) # => 'hello ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 8207
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 0 ) などです。 xml.parsers.expat.errors. XML_ERROR_JUNK_AFTER_DOC_ELEMENT ¶ 空白以外の何かがドキュメント要 ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
PREV 1 NEXT