Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 71 for specified (0.027 sec.)
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 7590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... me 'midnight' Roll over at midnight, if atTime not specified, else at time atTime Used to compute initial rollo ... 生成して返します。 バージョン 3.4 で変更: If port is specified as None , a Unix domain socket is created using th ... h a buffer size of capacity . If flushLevel is not specified, ERROR is used. If no target is specified, the tar ... s handler does anything useful. If flushOnClose is specified as False , then the buffer is not flushed when the ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
21.10. urllib.robotparser --- robots.txt のためのパーザ — Python 3.6.5 ドキュメ... 7505
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... uch parameter or it doesn't apply to the useragent specified or the robots.txt entry for this parameter has inv ... uch parameter or it doesn't apply to the useragent specified or the robots.txt entry for this parameter has inv ...
https://man.plustar.jp/python/library/urllib.robotparser.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7407
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is created by the program, then the policy can be specified when it is created. When a message is passed to a ... stance that is a copy of the original but with the specified attributes values changed. As an example, the foll ... rious keyword arguments. The arguments that may be specified are any non-method properties on this class, plus ... n-method properties on the concrete class. A value specified in the constructor will override the default value ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 7309
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... callback of the underlying library. If function is specified, it will be used as the new hook function; if omit ... callback of the underlying library. If function is specified, it will be used as the new hook function; if omit ... ve the completion display function. If function is specified, it will be used as the new completion display fun ...
https://man.plustar.jp/python/library/readline.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 7210
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... raised. If ZIP_DEFLATED , ZIP_BZIP2 or ZIP_LZMA is specified but the corresponding module ( zlib , bz2 or lzma ... d is the password used for encrypted files and, if specified, it will override the default password set with se ... file or directory on the filesystem. If arcname is specified, it is used as the name within the archive. If arc ... name is not specified, the name will be the same as filename , but with ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... operations like the connection attempt (if is not specified, the global default timeout setting will be used). ... host and port. The default port number is 21 , as specified by the FTP protocol specification. It is rarely ne ... nnection by using TLS or SSL, depending on what is specified in the ssl_version attribute. バージョン 3.4 で変更 ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 7112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... istening at port port . An optional timeout can be specified for the socket connection. If the optional user an ... large results, especially if group_pattern is not specified. It is best to cache the results offline unless yo ... command, where grouppattern is a wildmat string as specified in RFC 3977 (it's essentially the same as DOS or U ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r the documentation mentions a character it can be specified as an integer, a one-character Unicode string or a ... ocumentation mentions a character string it can be specified as a Unicode string or a byte string. 注釈 version ... lmask, oldmask) . availmask indicates which of the specified mouse events can be reported; on complete failure ... ing at the current cursor position, or at y , x if specified. Attributes are stripped from the characters. If n ...
https://man.plustar.jp/python/library/curses.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hat was compiled with SSL support). If host is not specified, '' (the local host) is used. If port is omitted, ... set may be None , in which case no CHARSET will be specified in the request to the server. The IMAP protocol re ... quires that at least one criterion be specified; an exception will be raised when the server retur ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ally empty dictionary is a suitable value). If not specified the asyncore global socket map is used. enable_SMT ... set to True at the same time. A dictionary can be specified in map to avoid using a global socket map. decode_ ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT