Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 234 for IF (0.024 sec.)
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6645
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ント文字列 __name__ クラスの定義名 __qualname__ qualified name __module__ クラスを定義しているモジュールの ... ト文字列 __name__ メソッドの定義名 __qualname__ qualified name __func__ メソッドを実装している関数オブジェ ... メント文字列 __name__ 関数の定義名 __qualname__ qualified name __code__ 関数をコンパイルしたバイトコード ... のタプル ジェネレータ __name__ 名前 __qualname__ qualified name gi_frame フレーム gi_running ジェネレータが ...
https://man.plustar.jp/python/library/inspect.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : object has no attribute 'old_method' Using a specification also enables a smarter matching of calls ma ... ock . assert_called_with ( a = 1 , b = 2 , c = 3 ) If you want this smarter matching to also work with m ... . 26.6.3.4. 同じパッチを全てのメソッドに適用する ¶ If you want several patches in place for multiple tes ... l test methods on the class. A test method is identified by methods whose names start with test : >>> @p ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6492
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... The asyncio module has received new features, significant usability and performance improvements, and a ... 改善: The new secrets module has been added to simplify the generation of cryptographically strong pseudo ... can be added to force isolated mode and fully specify all search paths to avoid registry and environmen ... ートされました: result = [ i async for i in aiter () if i % 2 ] 加えて、 await 式が全ての内包表記でサポート ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 6297
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... patterns, but this can be changed by using the ASCII flag. Word boundaries are determined by the current ... locale if the LOCALE flag is used. Inside a character range, ... ore, although this can be changed by using the ASCII flag. Word boundaries are determined by the current ... locale if the LOCALE flag is used. \d ユニコード (str) パター ...
https://man.plustar.jp/python/library/re.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6174
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tiprocessing import Pool def f ( x ): return x * x if __name__ == '__main__' : with Pool ( 5 ) as p : pr ... t Process def f ( name ): print ( 'hello' , name ) if __name__ == '__main__' : p = Process ( target = f ... ): info ( 'function f' ) print ( 'hello' , name ) if __name__ == '__main__' : info ( 'main line' ) p = ... , args = ( 'bob' ,)) p . start () p . join () なぜ if __name__ == '__main__' という記述が必要かは プログ ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6133
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or raises an exception, which will be propagated. (If the future is cancelled, it will raise a Cancelled ... f コルーチン自身をデコレートする必要はありません。 If the generator is not yielded from before it is des ... n, some methods are documented as coroutines, even if they are plain Python functions returning a Future ... e implementation of these functions in the future. If such a function is needed to be used in a callback ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6133
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... behavior of certain other methods being slightly different. We also document here some methods that, wh ... under the default (for Message ) policy Compat32 . If you are going to use another policy, you should be ... class email.message. Message ( policy=compat32 ) ¶ If policy is specified (it must be an instance of a p ... olicy class) use the rules it specifies to update and serialize the representation of t ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 6133
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... value ()) 28.4.5. インタープリタの指定 ¶ Note that if you specify an interpreter and then distribute you ... X #! line, but there are other issues to consider: If you use "/usr/bin/env python" (or other forms of t ... , and write your code to work under both versions. If you use an explicit version, for example "/usr/bin ... not have that version. (This may be what you want if you have not made your code Python 2 compatible). ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
変更履歴 — Python 3.6.5 ドキュメント 6133
Filter entries by content:', ' ', ' ' ].join('\n')); function dofilter() { try { var query = new ... ch(function(index3, li) { var li = $(li); // check if the query matches the entry if (query.test(li.text ... w(); entries_found++; } else { li.hide(); } }); // if there are entries, show the section, otherwise hid ... e it if (entries_found > 0) { h3_parent.show(); sections_f ... ound++; } else { h3_parent.hide(); } }); if (sections_found > 0) h2_parent.show(); else h2_par ...
https://man.plustar.jp/python/whatsnew/changelog.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 6092
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... elf and that the user has no control over it, even if she regularly manipulates object pointers to memor ... y the Python memory manager through the Python/C API functions listed in this document. メモリ管理の崩壊 ... buf = ( char * ) malloc ( BUFSIZ ); /* for I/O */ if ( buf == NULL ) return PyErr_NoMemory (); ... Do s ... _RawRealloc() or PyMem_RawCalloc() . Otherwise, or if PyMem_RawFree(p) has been called before, undefined ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT