Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 21 for record (0.048 sec.)
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ィールドに名前を付けるときにとても便利です: EmployeeRecord = namedtuple ( 'EmployeeRecord' , 'name, age, titl ... t, paygrade' ) import csv for emp in map ( EmployeeRecord . _make , csv . reader ( open ( "employees.csv" , ... aygrade FROM employees' ) for emp in map ( EmployeeRecord . _make , cursor . fetchall ()): print ( emp . nam ... ace ( x = 33 ) Point(x=33, y=22) >>> for partnum , record in inventory . items (): ... inventory [ partnum ] ...
https://man.plustar.jp/python/library/collections.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n an aware datetime that uses datetime.timezone to record the timezone offset. The decoded value of the head ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 7611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o. ENOLCK ¶ レコードロッキングが利用できません (No record locks available) errno. ENOSYS ¶ 実装されていない機 ...
https://man.plustar.jp/python/library/errno.html - [similar]
12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 7526
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ssary. with dbm . open ( 'cache' , 'c' ) as db : # Record some values db [ b 'hello' ] = b 'there' db [ 'www ...
https://man.plustar.jp/python/library/dbm.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... タック ¶ When the following functions return "frame records," each record is a named tuple FrameInfo(frame, f ...
https://man.plustar.jp/python/library/inspect.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 7441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... reverse_pointer ¶ The name of the reverse DNS PTR record for the IP address, e.g.: >>> ipaddress . ip_addre ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 7441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... けのコールバックオプションの例を以下に示します: def record_foo_seen ( option , opt_str , value , parser ): pa ... ption ( "--foo" , action = "callback" , callback = record_foo_seen ) もちろん、 "store_true" アクションを使っ ...
https://man.plustar.jp/python/library/optparse.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 7441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 的に検証するオプションと共に warnings.catch_warnings(record=True) を呼ぶのとほぼ同じです。 check_warnings は ( ... しません。 コンテキストマネージャーに入る時、 WarningRecorder インスタンスが返されます。このレコーダーオブジェ ... stored by __exit__() . class test.support. WarningsRecorder ¶ ユニットテスト時に warning を記録するためのクラ ...
https://man.plustar.jp/python/library/test.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... N = 34 , 7 , 11 >>> def change_location ( buffer , record_number , location ): ... start = record_number * R ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 7340
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... います。Mock は多くのモックフレームワークで使われる 'record -> replay' パターンの代わりに、 'action -> asserti ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
PREV 1 2 3 NEXT