Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 69 for such (0.014 sec.)
- 19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 14281
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
be accessed via the payload manipulation methods, such as get_body() , iter_parts() , and walk() . There...
a stream which might block waiting for more input (such as reading an email message from a socket). The Fe...
onducive to incremental parsing of email messages, such as would be necessary when reading the text of an...
email message from a source that can block (such as a socket). The BytesFeedParser can of course be...
- https://man.plustar.jp/python/library/email.parser.html - [similar]
- Python で Curses プログラミング — Python 3.6.5 ドキュメント 14083
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth
...
urses doesn't provide many user-interface concepts such as buttons, checkboxes, or dialogs; if you need su...
ch features, consider a user interface library such as Urwid . curses ライブラリは元々 BSD UNIX 向けに...
es things simpler by merging different C functions such as addstr() , mvaddstr() , and mvwaddstr() into a...
n; this can be bitwise-OR'ed with other attributes such as A_REVERSE , but again, such combinations are no...
- https://man.plustar.jp/python/howto/curses.html - [similar]
- 19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 9191
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ibutes beyond those provided by BaseHeader itself. Such an init method should look like this: def init ( s...
onstructor, the UnstructuredHeader parser converts such encoded words into unicode, following the RFC 2047...
compliant encoded words. Defects are registered in such cases, as well as defects for issues such as inval...
- https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
- 16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 9007
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
のようなファイルまたはディレクトリは存在しません (No such file or directory) errno. ESRCH ¶ 指定したプロセス...
は存在しません (No such process) errno. EINTR ¶ システムコールが中断されま...
そのようなデバイスまたはアドレスは存在しません (No such device or address) errno. E2BIG ¶ 引数リストが長す...
errno. ENODEV ¶ そのようなデバイスはありません (No such device) errno. ENOTDIR ¶ ディレクトリではありません...
- https://man.plustar.jp/python/library/errno.html - [similar]
- 21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 8823
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ever, imaplib has historically allowed creation of such tags, and popular IMAP servers, such as Gmail, acc...
ept and produce such flags. There are non-Python programs which also cr...
eate such tags. Although it is an RFC violation and IMAP cli...
be strict, imaplib nonetheless continues to allow such tags to be created for backward compatibility reas...
- https://man.plustar.jp/python/library/imaplib.html - [similar]
- 21.10. urllib.robotparser --- robots.txt のためのパーザ — Python 3.6.5 ドキュメ... 8625
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
.txt for the useragent in question. If there is no such parameter or it doesn't apply to the useragent spe...
le RequestRate(requests, seconds) . If there is no such parameter or it doesn't apply to the useragent spe...
- https://man.plustar.jp/python/library/urllib.robotparser.html - [similar]
- 19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 8257
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
oad is indicated by the message having a MIME type such as multipart/* or message/rfc822 . The conceptual...
EmailMessage objects, for MIME container documents such as multipart/* and message/rfc822 message objects....
Error when an attempt is made to assign a value to such a header when one already exists. This behavior is...
, but do not depend on it as we may choose to make such assignments do an automatic deletion of the existi...
- https://man.plustar.jp/python/library/email.message.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 8059
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
seudo-random numbers suitable for managing secrets such as account authentication, tokens, and similar. On...
which operate on file system paths to assume that such objects are only one of those two types (an int re...
luggable at the C level. This will allow for tools such as debuggers and JITs to intercept frame evaluatio...
seudo-random values suitable for managing secrets, such as account authentication, tokens, and similar. 警...
- https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
- 14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 7876
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
( 'bitbucket.org' , 'monster' , ... fallback = 'No such things as monsters' ) 'No such things as monsters'...
protocol or ConfigParser's set() does not allow # such assignments to take place. config . add_section (...
fg . get ( 'Section1' , 'monster' , fallback = 'No such things as monsters.' )) # -> "No such things as mo...
- https://man.plustar.jp/python/library/configparser.html - [similar]
- 6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 7876
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
so match lowercase letters. Full Unicode matching (such as Ü matching ü ) also works unless the re.ASCII f...
flag affects the entire regular expression, so in such cases using an explicit (?-i:[a-zA-Z]) may be a be...
scaped backslash, all characters from the leftmost such # through the end of the line are ignored. つまり、...
o a carriage return, and so forth. Unknown escapes such as \& are left alone. Backreferences, such as \6 ,...
- https://man.plustar.jp/python/library/re.html - [similar]