Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for classes (0.033 sec.)
Pythonモジュール索引 — Python 3.6.5 ドキュメント 15088
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... hread Low-level threading API. a abc Abstract base classes according to PEP 3119. aifc Read and write audio f ... mly typed numeric values. ast Abstract Syntax Tree classes and manipulation. asynchat Support for asynchronou ... Container datatypes collections.abc Abstract base classes for containers colorsys Conversion functions betwe ... her utility functions distutils.version implements classes that represent module version numbers. doctest Tes ...
https://man.plustar.jp/python/py-modindex.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 11458
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... and_activate=True ) ¶ These more infrequently used classes are similar to the TCP and UDP classes, but use Un ... kingMixIn および ThreadingMixIn 配合クラス (mix-in classes) を使えば、非同期的な動作をサポートできます。 Crea ... ts. Second, you must instantiate one of the server classes, passing it the server's address and the request h ... h type of server can be created using these mix-in classes. For instance, ThreadingUDPServer is created as fo ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 10682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で追加: [1] Headers are represented by customized subclasses of str . The particular class used to represent a ... The sections below first document the header base classes and their attributes, followed by the API for modi ... havior of HeaderRegistry , and finally the support classes used to represent the data parsed from structured ... e is None ; it is expected that specialized header classes will override this value as needed. BaseHeader als ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 9905
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing use. Policy instances can be passed to various classes and methods in the email package to alter the defa ... ribed below. There is a default policy used by all classes in the email package. For all of the parser classe ... value for the policy keyword for the email.parser classes and the parser convenience functions will be chang ... ich policy you want to use when calling any of the classes and functions described in the parser module. The ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 9636
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... r a new subclass is created: class PluginBase : subclasses = [] def __init_subclass__ ( cls , ** kwargs ): su ... per () . __init_subclass__ ( ** kwargs ) cls . subclasses . append ( cls ) class Plugin1 ( PluginBase ): pas ... om __init_subclass__() implementations, custom metaclasses must ensure that the new __classcell__ namespace e ... and os.path modules, and most other functions and classes in the standard library. The os.DirEntry class and ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8082
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... or by defining them as methods in ConfigParser subclasses. Converters defined in a parser instance are inher ... 0383 .) inspect ¶ Both the Signature and Parameter classes are now picklable and hashable. (Contributed by Yu ... ) ipaddress ¶ Both the IPv4Network and IPv6Network classes now accept an (address, netmask) tuple argument, s ... nter attribute for the IPv4Network and IPv6Network classes returns the name of the reverse DNS PTR record: >> ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7956
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ---) The method resolution order used by new-style classes has changed, though you'll only notice the differe ... really complicated inheritance hierarchy. Classic classes are unaffected by this change. Python 2.2 original ... noted incompatibilities between old- and new-style classes has been removed: you can now assign to the __name ... __ and __bases__ attributes of new-style classes. There are some restrictions on what can be assign ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
24. プログラムのフレームワーク — Python 3.6.5 ドキュメント 7829
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ド、TurtleScreen から継承したもの以外 24.1.5. Public classes 24.1.6. ヘルプと設定 24.1.6.1. ヘルプの使い方 24.1 ...
https://man.plustar.jp/python/library/frameworks.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... but the containing messages would not. All defect classes are subclassed from email.errors.MessageDefect . N ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 7702
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... y be any conformable type. Objects of user-defined classes can be passed in; only their __dict__ attribute is ... rbitrary bytes via XML-RPC, use bytes or bytearray classes or the Binary wrapper class described below. Serve ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
PREV 1 2 3 4 NEXT