Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 178 for This (0.059 sec.)
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 6466
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ロトコルクライアント ¶ ソースコード: Lib/nntplib.py This module defines the class NNTP which implements the ... NNTP object initialization and separately calling this function is unnecessary. To force authentication t ... ls ( ssl_context=None ) ¶ Send a STARTTLS command. This will enable encryption on the NNTP connection. The ... ュリティで考慮すべき点 for best practices. Note that this may not be done after authentication information h ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 6410
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... og' , level = logging . DEBUG ) logging . debug ( 'This message should go to the log file' ) logging . inf ... o ( 'So should this' ) logging . warning ( 'And this, too' ) そして、フ ... 確認すると、ログメッセージが確認できます: DEBUG:root:This message should go to the log file INFO:root:So sho ... uld this WARNING:root:And this, too この例はまた、追跡のしき ...
https://man.plustar.jp/python/howto/logging.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 6410
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トリ関数を定義することができます。 A simple example (this is not recommended as a real way of generating HTM ... ng sys.stdout to another file or file-like object. This tool adds flexibility to existing functions or cla ... at the global side effect on sys.stdout means that this context manager is not suitable for use in library ... rator protocol works, a callback function declared this way cannot take any parameters. Instead, any resou ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 6410
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... by a message object structure. You will need to do this if you want to send your message via smtplib.SMTP. ... cy . clone ( fp ) ¶ Return an independent clone of this BytesGenerator instance with the exact same option ... he terminology of the email RFCs, you can think of this as Generator serializing to an I/O stream that is ... e the message as if the option were set to 7bit . (This is required because strings cannot represent non-A ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 6354
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ません。 exception email.errors. MessageParseError ¶ This is the base class for exceptions raised by the Par ... ser class. It is derived from MessageError . This class is also used internally by the parser used b ... ns when parsing the RFC 5322 headers of a message, this class is derived from MessageParseError . The set_ ... boundary() method will raise this error if the content type is unknown when the meth ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 6299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... を持っています: lenfunc PyMappingMethods.mp_length ¶ This function is used by PyMapping_Length() and PyObjec ... t_Size() , and has the same signature. This slot may be set to NULL if the object has no defin ... length. binaryfunc PyMappingMethods.mp_subscript ¶ This function is used by PyObject_GetItem() and has the ... same signature. This slot must be filled for the PyMapping_Check() func ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... duce a result to the coroutine that is waiting for this one using await or yield from . raise exception -- ... an exception in the coroutine that is waiting for this one using await or yield from . Calling a coroutin ... ne ¶ Decorator to mark generator-based coroutines. This enables the generator use yield from to call async ... d. See Detect coroutines never scheduled . 注釈 In this documentation, some methods are documented as coro ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 6299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .0.0.0.0.0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa' This is the name that could be used for performing a PT ... Address('192.0.2.1')] overlaps ( other ) ¶ True if this network is partly or wholly contained in other or ... other is wholly contained in this network. address_exclude ( network ) ¶ Computes th ... ons resulting from removing the given network from this one. Returns an iterator of network objects. Raise ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 6187
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... integration is to use the static markers directly. This requires you to explicitly state the binary file c ... rary, and the probe's dotted path needs to reflect this. For example, this line from the above example: pr ... ring($arg2); lineno = $arg3; frameptr = $arg4 } If this file is installed in SystemTap's tapset directory ... ilename , str funcname , int lineno , frameptr ) ¶ This probe point indicates that execution of a Python f ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6187
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ne-byte bytes object. Under Unix operating systems this is a property of the controlling tty of the curses ... ed to the current line, and so are screen updates. This may be used for enabling character-at-a-time line ... getch() returns KEY_MOUSE to signal a mouse event, this method should be call to retrieve the queued mouse ... e screen immediately change to the new definition. This function is a no-op on most terminals; it is activ ...
https://man.plustar.jp/python/library/curses.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT