Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 331 for OF (0.047 sec.)
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 7620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ Look up a handler function based on the mimetype of msg (see next paragraph), call it, passing through ... all arguments, and return the result of the call. The expectation is that the handler will ... hat encodes information about the extracted data. To find the handler, look for the following keys in th ... subtype ) maintype を表す文字列 空の文字列 If none of these keys produce a handler, raise a KeyError for ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トレース関数、または None コード co_argcount number of arguments (not including keyword only arguments, * ... されたバイトコードそのままの文字列 co_cellvars tuple of names of cell variables (referenced by containing ... lineno Python ソースコードの先頭行 co_flags bitmap of CO_* flags, read more here co_lnotab 行番号からバイ ... 変換表を文字列にエンコードしたもの co_freevars tuple of names of free variables (referenced via a function ...
https://man.plustar.jp/python/library/inspect.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 7483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or_content ( color_number ) ¶ Return the intensity of the red, green, and blue (RGB) components in the c ... between 0 (no component) and 1000 (maximum amount of component). curses. color_pair ( color_number ) ¶ ... t. Under Unix operating systems this is a property of the controlling tty of the curses program, and is ... disabled; and the home string is set to the value of cr . The effect is that the cursor is confined to ...
https://man.plustar.jp/python/library/curses.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 7071
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es the class NNTP which implements the client side of the Network News Transfer Protocol. It can be used ... Updated ssh key 1094 Re: Updated ssh key 1095 Hello fellow committers! 1096 Re: Hello fellow committers ... SSL-on-563 is discouraged per RFC 4642 , in favor of STARTTLS as described below. However, some servers ... 示す場合、上記のいずれかの例外が送出されます。 Many of the following methods take an optional keyword-onl ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6989
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 推奨: key_file and cert_file are deprecated in favor of context . Please use ssl.SSLContext.load_cert_chai ... cated; the ssl.SSLContext.check_hostname attribute of context should be used instead. class http.client. ... す。 exception http.client. LineTooLong ¶ A subclass of HTTPException . Raised if an excessively long line ... ption http.client. RemoteDisconnected ¶ A subclass of ConnectionResetError and BadStatusLine . Raised by ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 6907
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he IPv4Address and IPv6Address objects share a lot of common attributes. Some attributes that are only m ... します: A string in decimal-dot notation, consisting of four decimal integers in the inclusive range 0--25 ... uity between the decimal and octal interpretations of such strings). 32bit に収まる整数。 大きさ4の byte ... で、 IPv6 では 16 byte。 reverse_pointer ¶ The name of the reverse DNS PTR record for the IP address, e.g ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6660
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 's email address msg [ 'Subject' ] = 'The contents of %s ' % textfile msg [ 'From' ] = me msg [ 'To' ] = ... rs [ 'subject' ])) # You can also access the parts of the addresses: print ( 'Recipient username: {} ' . ... tual sending function import smtplib # And imghdr to find the types of our images import imghdr # Here a ... == the sender's email address # family = the list of all recipients' email addresses msg [ 'From' ] = m ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6605
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... comprehension in an async def function may consist of either a for or async for clause following the lea ... ynchronous comprehension may suspend the execution of the coroutine function in which it appears. See al ... tor function and thus can only be used in the body of a function definition. Using a yield expression in ... 数 (asynchronous generator function) ¶ The presence of a yield expression in a function or method defined ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6550
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n を使う をご覧ください。 Windows のビルドに Microsoft Visual C++ 14.0 を使うようになっています。拡張モジ ... Iteration The above exception was the direct cause of the following exception: Traceback (most recent ca ... method to inquire for high- and low- water limits of the flow control. (Contributed by Victor Stinner.) ... trans() methods to match the corresponding methods of str . (Contributed by Joe Jevnik in bpo-22189 .) c ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... added by that class, and with the default behavior of certain other methods being slightly different. We ... ing with legacy code. The philosophy and structure of the two classes is otherwise the same. This docume ... ilMessage class instead. An email message consists of headers and a payload . Headers must be RFC 5233 s ... ue are separated by a colon. The colon is not part of either the field name or the field value. The payl ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT