Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for lines (0.015 sec.)
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 14724
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... and the terminating dot) to the file; any list of lines, tuples or objects that the method normally return ... tire raw article (including headers and body) the :lines metadata: the number of lines in the article body ... 7216 >>> list ( over . keys ()) ['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 's ... uple with three attributes number , message_id and lines (in that order). number is the article number in t ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 11708
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xc_value , exc_traceback , * , limit=None , lookup_lines=True , capture_locals=False ) ¶ 後のレンダリングの ... ために例外をキャプチャします。 limit 、 lookup_lines 、 capture_locals は StackSummary class のものです ... hod from_exception ( exc , * , limit=None , lookup_lines=True , capture_locals=False ) ¶ 後のレンダリングの ... ために例外をキャプチャします。 limit 、 lookup_lines 、 capture_locals は StackSummary class のものです ...
https://man.plustar.jp/python/library/traceback.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 10511
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ). If maxheaderlen is not None , refold any header lines that are longer than maxheaderlen , or if 0 , do n ... None (the default), wrap headers and other message lines according to the policy settings. If policy is spe ... ollow the policy. flatten ( msg , unixfrom=False , linesep=None ) ¶ Print the textual representation of the ... r subparts, no envelope header is ever printed. If linesep is not None , use it as the separator character ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 9609
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ator ( p . stdin , policy = msg . policy . clone ( linesep = ' \r\n ' )) >>> g . flatten ( msg ) >>> p . st ... are telling BytesGenerator to use the RFC correct line separator characters when creating the binary strin ... il's stdin , where the default policy would use \n line separators. Some email package methods accept a pol ... and writes the message to a file using the native line separators for the platform on which it is running: ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 9461
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ould be a bytes-like object containing one or more lines. The lines can be partial and the parser will stit ... ch such partial lines together properly. The lines can have any of the t ... , RFC 6532 ) style headers and header continuation lines, optionally preceded by an envelope header. The he ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 9313
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is called. The effect is that, during those calls, LINES is set to 1 ; the capabilities clear , cup , cud , ... 了される場合があります。 curses. is_term_resized ( nlines , ncols ) ¶ resize_term() によってウィンドウ構造が ... ) ¶ ms ミリ秒間スリープします。 curses. newpad ( nlines , ncols ) ¶ Create and return a pointer to a new p ... ad data structure with the given number of lines and columns. Return a pad as a window object. A pa ...
https://man.plustar.jp/python/library/curses.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 8707
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... the docstring and paste it in between the [clinic] lines, removing all the junk that makes it a properly qu ... lain. So let's make sure it has one. The "summary" line should be a paragraph consisting of a single 80-col ... rameter should get its own line. All the parameter lines should be indented from the function name and the ... docstring. The general form of these parameter lines is as follows: name_of_parameter: converter If the ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 8397
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... snapshot . statistics ( key_type ) print ( "Top %s lines" % limit ) for index , stat in enumerate ( top_sta ... apshot ) Python テストスイートの出力例です: Top 10 lines #1: Lib/base64.py:414: 419.8 KiB _b85chars2 = [( a ... B testMethod () #6: Lib/linecache.py:127: 95.4 KiB lines = fp . readlines () #7: urllib/parse.py:476: 71.8 ... ( limit=None ) ¶ Format the traceback as a list of lines with newlines. Use the linecache module to retriev ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
21.10. urllib.robotparser --- robots.txt のためのパーザ — Python 3.6.5 ドキュメ... 8249
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s.txt URL を読み出し、パーザに入力します。 parse ( lines ) ¶ 引数 lines の内容を解釈します。 can_fetch ( us ...
https://man.plustar.jp/python/library/urllib.robotparser.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 8101
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he second value returned by socket.accept received_lines ¶ Holds a list of the line strings (decoded using ... UTF-8) received from the client. The lines have their "\r\n" line ending translated to "\n" . ... taining the addresses identified in the "RCPT TO:" lines from the client. received_data ¶ Holds a string co ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
PREV 1 2 3 4 5 6 NEXT