Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 76 for instance (0.096 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 6372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... the type declaration you'd use for a pointer to an instance of this class, and a pointer to the PyTypeObject f ... s the type of this parameter to the "pointer to an instance" you specified when you declared the type. However ... er in a block, and ensure that its converter is an instance of self_converter or a subclass thereof. What's th ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バージョン 3.6 で変更: fromtimestamp() may return instances with fold set to 1. classmethod datetime. utcfrom ... 時刻を表すようにします。 If provided, tz must be an instance of a tzinfo subclass, and its utcoffset() and dst( ... e. The .tzinfo attribute of the converted datetime instance will be set to an instance of timezone with the zo ... The astimezone() method can now be called on naive instances that are presumed to represent system local time. ...
https://man.plustar.jp/python/library/datetime.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... least the read() method. If the file object is an instance of io.TextIOBase , the data returned by the read() ... ます。 HTTPResponse. msg ¶ A http.client.HTTPMessage instance containing the response headers. http.client.HTTPM ...
https://man.plustar.jp/python/library/http.client.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 6372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... If atTime is not None , it must be a datetime.time instance which specifies the time of day when rollover occu ... target=None , flushOnClose=True ) ¶ Returns a new instance of the MemoryHandler class. The instance is initia ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 6372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Instead of pickling MemoRecord as a regular class instance, we emit a # persistent ID. if isinstance ( obj , ... state from self.__dict__ which contains # all our instance attributes. Always use the dict.copy() # method to ... state def __setstate__ ( self , state ): # Restore instance attributes (i.e., filename and lineno). self . __d ...
https://man.plustar.jp/python/library/pickle.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 6372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing to preserve the returned finalizer object. For instance >>> import weakref >>> class Object : ... pass ... ... d when the program exits if it is still alive. For instance >>> obj = Object () >>> weakref . finalize ( obj , ...
https://man.plustar.jp/python/library/weakref.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 6372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... す。この変数は例外インスタンスに結び付けられており、 instance.args に例外インスタンス生成時の引数が入っています。 ... inst : ... print ( type ( inst )) # the exception instance ... print ( inst . args ) # arguments stored in .a ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... col. Both handlers take exactly one parameter, the instance for which they are being called, and return a new ... en you need to verify that an object is a concrete instance of the type you are implementing, use the PyObject ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 6206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... ンスタンス化して、続けて、 .add_handler(some_handler_instance) を呼び出します。 それに代わる方法として、 build_o ... ( password_mgr ) # create "opener" (OpenerDirector instance) opener = urllib . request . build_opener ( handle ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 6206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Each client connection will create a new protocol instance coro = loop . create_server ( EchoServerClientProt ... () print ( "Starting UDP server" ) # One protocol instance will be created to serve all client requests liste ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT