Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 74 for count (0.070 sec.)
正規表現 HOWTO — Python 3.6.5 ドキュメント 6604
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... lowercasing doesn't take the current locale into account; it will if you also set the LOCALE flag. L LOCALE ... y intended to help in writing programs that take account of language differences. For example, if you're pr ... to be processed. . sub ( replacement , string [ , count=0 ] ) string 内で最も長く、他の部分と重複するところ ... 合 string は変更されずに返されます。 オプション引数 count はパターンの出現の最大置換回数です; count は非負の ...
https://man.plustar.jp/python/howto/regex.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 6604
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が失敗すると例外が送出されます。 move ( dest , src , count ) ¶ オフセット src から始まる count バイトをインデ ...
https://man.plustar.jp/python/library/mmap.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6604
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プロセスには副作用があります。 multiprocessing. cpu_count ( ) ¶ システムの CPU 数を返します。 この数は現在の ... mentedError を送出するかもしれません。 参考 os.cpu_count() multiprocessing. current_process ( ) ¶ カレントプ ... で追加. 注釈 multiprocessing には threading.active_count() , threading.enumerate() , threading.settrace() , ... 'i' , [ 0 ] * 10 ) >>> a . send_bytes ( arr1 ) >>> count = b . recv_bytes_into ( arr2 ) >>> assert count == ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
5. データ構造 — Python 3.6.5 ドキュメント 6604
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... はなく、リスト全体の先頭からの位置になります。 list. count ( x ) リストでの x の出現回数を返します。 list. so ... nana' , 'kiwi' , 'apple' , 'banana' ] >>> fruits . count ( 'apple' ) 2 >>> fruits . count ( 'tangerine' ) 0 ...
https://man.plustar.jp/python/tutorial/datastructures.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 6520
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... したファイル内にある実行例をテストします。 (failure_count, test_count) を返します。 オプション引数の module_ ... トにつけられた docstring のみを検索します。 (failure_count, test_count) を返します。 オプション引数 name には ...
https://man.plustar.jp/python/library/doctest.html - [similar]
一般 Python FAQ — Python 3.6.5 ドキュメント 6423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ', '__subclasshook__', 'append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'r ... ) if '__' not in d ] ['append', 'clear', 'copy', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 'r ...
https://man.plustar.jp/python/faq/general.html - [similar]
索引 — Python 3.6.5 ドキュメント 6423
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... -c, --clock timeit コマンドラインオプション -c, --count trace コマンドラインオプション -C, --coverdir=<dir ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 6423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... odule の doctest.testmod() を実行します。 (failure_count, test_count) を返します。 verbosity が None の場合 ...
https://man.plustar.jp/python/library/test.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ータを作りたければこれで良いです: print sum ( obj . count for obj in list_all_objects ()) ジェネレータ式はリ ... pose ([]) [] (Contributed by Raymond Hettinger.) Encountering a failure while importing a module no longer ... みてください。 asyncore モジュールの loop() 関数に、 count パラメータが追加されました。これはポーリングのルー ... oupby ( letters )] ['a', 'b', 'c', 'd', 'r'] >>> # Count letter occurrences >>> [( k , len ( list ( g ))) f ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6423
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... され、 collections モジュールに便利な OrderedDict と Counter が追加され、他にもたくさんの改良が行われています ... essage)s ' )}}, 'handlers' : { 'netlog' : { 'backupCount' : 10 , 'class' : 'logging.handlers.RotatingFileHa ... stenau; bpo-3860 .) collections モジュールの新しい Counter クラスは、データの数え上げをするときに便利です。 ... Counter インスタンスは辞書のように振る舞いますが、キーが ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT