Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 98 of about 98 for time (0.149 sec.)
16.4. argparse --- コマンドラインオプション、引数、サブコマンドのパーサー — Pyt... 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... optparse からのアップグレード 前のトピックへ 16.3. time --- 時刻データへのアクセスと変換 次のトピックへ 16 ...
https://man.plustar.jp/python/library/argparse.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ません >>> id ( 1.0 ) # certain to fail some of the time 7948648 >>> class C : pass >>> C () # the default ...
https://man.plustar.jp/python/library/doctest.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ion at fault. Otherwise, the user will have a hard time figuring out what he did wrong. 36.1.4.4. コールバ ...
https://man.plustar.jp/python/library/optparse.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ery unreliable, it only handles one "culture" at a time, and it only works with 8-bit locales. Unicode mat ... ned in a part of the pattern that matched multiple times, the last match is returned. >>> m = re . match ( ... group ( 2 ) 'Reynolds' If a group matches multiple times, only the last match is accessible: >>> m = re . ... match ( r "(..)+" , "a1b2c3" ) # Matches 3 times. >>> m . group ( 1 ) # Returns only the last matc ...
https://man.plustar.jp/python/library/re.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lease() onkeypress() onclick() | onscreenclick() ontimer() mainloop() | done() 設定と特殊なメソッド mode() ... ソッドの onclick から派生した別ものです。 turtle. ontimer ( fun , t=0 ) ¶ パラメータ: fun -- 引数なし関数 t ... nning : ... fd ( 50 ) ... lt ( 60 ) ... screen . ontimer ( f , 250 ) >>> f () ### makes the turtle march a ... sourcecode of the scripts and run them at the same time. Multiple scripts demonstrating different features ...
https://man.plustar.jp/python/library/turtle.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pected 'method' to have been called once. Called 2 times. バージョン 3.6 で追加. assert_called_with ( *arg ... rror : Expected 'mock' to be called once. Called 2 times. assert_any_call ( *args , **kwargs ) ¶ モックが特 ... Expected 'hello' to not have been called. Called 1 times. バージョン 3.5 で追加. reset_mock ( * , return_v ... mock of these methods is pretty simplistic: every time the mock is called, the read_data is rewound to th ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 後もそれはタプルとして振舞いますが、例えば memberst_mtime や tm_year といった記憶しやすい属性も持ちます。この ... ールの stat() , fstat() , statvfs() , fstatvfs() や time モジュールの localtime() , gmtime() , strptime() が ... uted by Fred L. Drake, Jr.) threading モジュールに Timer クラスが追加されました。これによりある未来の時間に ... ch interface to MacOS APIs such as windowing, QuickTime, scripting, etc. have been ported to OS X, but the ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5815
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... (title)s ' % { 'page' : 2 , 'title' : 'The Best of Times' } '2: The Best of Times' テンプレート文字列を書く ... substitute ({ 'page' : 2 , 'title' : 'The Best of Times' }) '2: The Best of Times' 辞書にキーが見つからな ... e() , map() , filter() , and zip() now run several times faster with non-sequence arguments that supply a ... ) や、ログファイルを時間間隔でローテートするクラス TimedRotatingFileHandler などがあります。モジュールには ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT