Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 76 for instance (0.062 sec.)
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 7411
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . Get statistics as a sorted list of StatisticDiff instances grouped by key_type . See the Snapshot.statistics ... filter_traces ( filters ) ¶ Create a new Snapshot instance with a filtered traces sequence, filters is a list ... of DomainFilter and Filter instances. If filters is an empty list, return a new Snapsh ... ot instance with a copy of the traces. All inclusive filters a ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 7411
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ): x = MyClass () は、クラスの新しい インスタンス (instance) を生成し、そのオブジェクトをローカル変数 x へ代入 ... mplementation can perhaps clarify matters. When an instance attribute is referenced that isn't a data attribut ... hod object is created by packing (pointers to) the instance object and the function object just found together ... list, a new argument list is constructed from the instance object and the argument list, and the function obj ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... r . addHandler ( ch ) logger . info ( 'creating an instance of auxiliary_module.Auxiliary' ) a = auxiliary_mod ... ule . Auxiliary () logger . info ( 'created an instance of auxiliary_module.Auxiliary' ) logger . info ( ' ... y.Auxiliary' ) self . logger . info ( 'creating an instance of Auxiliary' ) def do_something ( self ): self . ... :47:11,663 - spam_application - INFO - creating an instance of auxiliary_module.Auxiliary 2005-03-23 23:47:11, ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 7245
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... name it will be given in the archive, or a ZipInfo instance. If it's an instance, at least the filename, date, ... します。 There is one classmethod to make a ZipInfo instance for a filesystem file: classmethod ZipInfo. from_f ... ( filename , arcname=None ) ¶ Construct a ZipInfo instance for a file on the filesystem, in preparation for a ... he filename parameter accepts a path-like object . Instances have the following methods and attributes: ZipInf ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7065
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... imeout=None , source_address=None ) ¶ Return a new instance of the FTP class. When host is given, the method c ... This function should be called only once for each instance; it should not be called at all if a host was give ... n when the instance was created. All other methods can only be used af ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 7065
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... posix=False , punctuation_chars=False ) ¶ A shlex instance or subclass instance is a lexical analyzer object. ... mode: when posix is not true (default), the shlex instance will operate in compatibility mode. When operating ...
https://man.plustar.jp/python/library/shlex.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 7065
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブジェクトのクラスを返します。これによってモックが isinstance() テストに通るようになります。 spec_set : より厳し ... より、置き換え / 偽装しているオブジェクトに対する isinstance() も通過することができます: >>> mock = Mock ( spec ... = 3 ) >>> isinstance ( mock , int ) True __class__ は書き換え可能で、 i ... sinstance() を通るために必ず spec を使う必要はありません: >> ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ime.time() ), a 9-tuple representing local time an instance of time.struct_time (as returned by time.localtime ... () ), an aware instance of datetime.datetime , or a double-quoted string. ... . 以下はプログラム例です: # M is a connected IMAP4 instance... typ , msgnums = M . search ( None , 'FROM' , '" ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ne , [ timeout , ] source_address=None ) ¶ An SMTP instance encapsulates an SMTP connection. It has methods th ... context=None , source_address=None ) ¶ An SMTP_SSL instance behaves exactly the same as instances of SMTP . SM ... that the user and password properties of the SMTP instance are set to appropriate values. User code does not ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6898
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ver can be created using these mix-in classes. For instance, ThreadingUDPServer is created as follows: class T ... ed if the handle() method of a RequestHandlerClass instance raises an exception. The default action is to prin ... , and can override any of the other methods. A new instance of the subclass is created for each request. setup ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT