Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 75 for ATTRIBUTE (0.085 sec.)
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ptedError . Use threading.get_ident() or the ident attribute of threading.Thread objects to get a suitable valu ... ll systems define the same set of signal names; an AttributeError will be raised if a signal name is not define ...
https://man.plustar.jp/python/library/signal.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... erialized with a clone of its policy with the utf8 attribute set to True , and SMTPUTF8 and BODY=8BITMIME are a ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... method defined in UDPServer . Setting the various attributes also changes the behavior of the underlying serve ... respective server_address and RequestHandlerClass attributes. fileno ( ) ¶ Return an integer file descriptor f ... n every poll_interval seconds. Ignores the timeout attribute. It also calls service_actions() , which may be us ... h() methods, and provide self.rfile and self.wfile attributes. The self.rfile and self.wfile attributes can be ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... not looked up until the FrameSummary has the line attribute accessed (which also happens when casting it to a ...
https://man.plustar.jp/python/library/traceback.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ). If provided, its value is stored in the method attribute and is used by get_method() . The default is 'GET' ... e a different default method by setting the method attribute in the class itself. 注釈 The request will not wor ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クト ¶ Weak reference objects have no methods and no attributes besides ref.__callback__ . A weak reference objec ... * kwargs ) == 6 CALLBACK Unless you set the atexit attribute to False , a finalizer will be called when the pro ...
https://man.plustar.jp/python/library/weakref.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ocessed; and unconsumed data will be stored in the attribute unconsumed_tail . This bytestring must be passed t ...
https://man.plustar.jp/python/library/zlib.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ler , \ CGIXMLRPCRequestHandler , \ resolve_dotted_attribute Python 2.4 での文法的な変更は、単純に names を丸括 ... Handler , CGIXMLRPCRequestHandler , resolve_dotted_attribute ) その PEP は、全ての import 文が絶対インポートであ ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 6251
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n Peterson; bpo-4136 .) Unpickling now interns the attribute names of pickled objects. This saves memory and al ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6140
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... inate. ] ch: object Character to add. [ attr: long Attributes for the character. ] / ... 注釈: For every option ... re expression, using math operators and looking up attributes on objects. However, this support isn't exactly s ... e the builtin came from. So, if your module has an attribute called " max_widgets ", you may simply use it: foo ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT