Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 22 for custom (0.044 sec.)
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 7912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... value ... ... def __str__ ( self ): ... return 'my custom str! {0} ' . format ( self . value ) ... ... @clas ... cribe () ('HAPPY', 3) >>> str ( Mood . FUNKY ) 'my custom str! 1' 何が許されているかのルールは次のとおりです ...
https://man.plustar.jp/python/library/enum.html - [similar]
21. インターネットプロトコルとサポート — Python 3.6.5 ドキュメント 7912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 算子 21.28.5. その他のモジュールレベル関数 21.28.6. Custom Exceptions 関連キーワード: オブジェクト , モジュー ...
https://man.plustar.jp/python/library/internet.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 7912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 8 cannot be set to True at the same time. To use a custom SMTPChannel implementation you need to override th ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 7912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e to convert a bytestring from the database into a custom Python type. The callable will be invoked for all ... RIA . encode ( "utf-8" ) # we can also implement a custom text_factory ... # here we implement one that appe ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 7878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e created via PUT request. It should be noted that custom HTTP methods +are also handled in urllib.request.R ...
https://man.plustar.jp/python/library/http.client.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 7878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cord = old_factory ( * args , ** kwargs ) record . custom_attribute = 0xdecafbad return record logging . set ... るようになります。 Note that if you have defined any custom logging level higher than CRITICAL (this is not re ...
https://man.plustar.jp/python/library/logging.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 7878
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... server through a HTTP proxy, you need to define a custom transport. The following example shows how: import ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7828
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... クトにどの振る舞いが必要なのかも示しています: class CustomAdapter ( logging . LoggerAdapter ): """ This examp ... ogger = logging . getLogger ( __name__ ) adapter = CustomAdapter ( logger , { 'connid' : some_conn_id }) これ ... cord = old_factory ( * args , ** kwargs ) record . custom_attribute = 0xdecafbad return record logging . set ... l' : 'ERROR' , 'propagate' : False , }, 'myproject.custom' : { 'handlers' : [ 'console' , 'mail_admins' ], ' ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 7828
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... uilt-in key sets. In addition, a user can create a custom key set in the Configure IDLE dialog under the key ...
https://man.plustar.jp/python/library/idle.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 7828
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ey , task in cursor ] # Save the records using our custom DBPickler. file = io . BytesIO () DBPickler ( file ...
https://man.plustar.jp/python/library/pickle.html - [similar]
PREV 1 2 3 NEXT