Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 76 of about 76 for run (0.072 sec.)
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ion like 1/2 returns a float. Use 1//2 to get the truncating behavior. (The latter syntax has existed for ... features that will be removed (or change) in 3.0. Run your test suite again, and fix code that you get w ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 5776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... で規定されているメソッドや属性のうち、 detach() と truncate() を除くすべてを実装するようになりました。 cod ... こんで複数の書き込み可能なバッファに書き込みます。 truncate() : path に対応するファイルを、サイズが最大で ... ributed by Serhiy Storchaka in bpo-3665 .) sched ¶ run() が blocking パラメータを取るようになりました。 こ ... 来ます。 signal.signal() と signal.siginterrupt() は RuntimeError ではなく OSError を投げるようになりました ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 5665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . MockClass2 ... >>> MyTest ( 'test_something' ) . run () ご用心 この方式を使う場合、必ず stop メソッドを ... dir__ , __format__ , __subclasses__ __floor__ , __trunc__ , __ceil__ 比較: __lt__ , __gt__ , __le__ , __g ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... fying the --without-universal-newlines switch when running Python's configure script. 参考 PEP 278 : Univ ... the catalog is the new Distutils register command. Running python setup.py register will collect the meta ... ' \u4000 ' ) u'\u4001abc' >>> (Suggested by Simon Brunning and implemented by Walter Dörwald.) startswith ... result of the 2.3 optimizations is that Python 2.3 runs the pystone benchmark around 25% faster than Pyth ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 5665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... e command line: $ export PYTHONWARNINGS = 'ignore::RuntimeWarning::,once::UnicodeWarning::' (Suggested by ... io.BufferedIOBase 抽象基底クラス を継承しました ( truncate() をのぞく)。 peek() メソッドが追加され、シーク ... now accept file paths instead of module names for running specific tests ( bpo-10620 ). The new test dis ... A : ... @property ... def f ( self ): ... print ( 'Running' ) ... return 10 ... >>> a = A () >>> getattr ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 書ける上に読みやすいものになります。(Contributed by Bruno Dupuis in bpo-16049 .) aifc ¶ getparams() メソッド ... oader ABC に従うようになりました。つまりこれにより runpy と python -m が名前空間パッケージに対して使えるよ ... 合に、子プロセスで適切に __main__ を初期化するために runpy (これが -m スイッチを実装しています) に頼るように ... ンドにとっての stdin を供給するのに使われます (訳注: run() のドキュメント参照)。 (Contributed by Zack Weinb ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT