Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 331 for OF (0.044 sec.)
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 4711
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ースコード: Lib/email/header.py This module is part of the legacy ( Compat32 ) email API. In the current ... API encoding and decoding of headers is handled transparently by the dictionary ... -like API of the EmailMessage class. In addition to uses in leg ... text in this section is the original documentation of the module. RFC 2822 は電子メールメッセージの形式を ...
https://man.plustar.jp/python/library/email.header.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 4684
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 火したときに SIGVTALRM を送ります。 signal. ITIMER_PROF ¶ プロセスの実行中と、システムがそのプロセスのため ... リングに利用されます。タイマーが発火したときに SIGPROF を送ります。 signal. SIG_BLOCK ¶ pthread_sigmask() ... ted by the main thread . Therefore, the only point of sending a signal to a particular Python thread wou ... ld be to force a running system call to fail with Interrupte ...
https://man.plustar.jp/python/library/signal.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 4656
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... gged to this logger will be passed to the handlers of higher level (ancestor) loggers, in addition to an ... loggers' handlers - neither the level nor filters of the ancestor loggers in question are considered. こ ... evel parameter now accepts a string representation of the level such as 'INFO' as an alternative to the ... 情報です。 You can specify stack_info independently of exc_info , e.g. to just show how you got to a cert ...
https://man.plustar.jp/python/library/logging.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 4656
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ります: >>> import os >>> dir ( os ) <returns a list of all module functions> >>> help ( os ) <returns an ... om: soothsayer@example.org ... ... Beware the Ides of March. ... """ ) >>> server . quit () (2つ目の例は ... time ( "%m- %d -%y. %d %b %Y is a %A on the %d day of %B." ) '12-02-03. 02 Dec 2003 is a Tuesday on the ... 02 day of December.' >>> # dates support calendar arithmetic ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 4629
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... error conditions when parsing the RFC 5322 headers of a message, this class is derived from MessageParse ... 場合にも送出されることがあります。 Here is the list of the defects that the FeedParser can find while par ... added to the message where the problem was found, so for example, if a message nested inside a multipart ... nvalidBase64PaddingDefect -- When decoding a block of base64 encoded bytes, the padding was not correct. ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 4629
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ソースコード: Lib/email/utils.py There are a couple of useful utilities provided in the email.utils modul ... ven, is a string used to strengthen the uniqueness of the message id. Optional domain if given provides ... the portion of the msgid after the '@'. The default is the local ... が追加されました。 The remaining functions are part of the legacy ( Compat32 ) email API. There is no nee ...
https://man.plustar.jp/python/library/email.util.html - [similar]
Python モジュールのインストール — Python 3.6.5 ドキュメント 4601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... allows virtual environments to be used on versions of Python prior to 3.4, which either don't provide ve ... The Python Packaging Index is a public repository of open source licensed packages made available for u ... Python Packaging User Guide にあります。 Creation of virtual environments is done through the venv modu ... ython パッケージをインストールするには? ¶ A number of scientific Python packages have complex binary dep ...
https://man.plustar.jp/python/installing/index.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 4601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 理行 (physical line) ¶ A physical line is a sequence of characters terminated by an end-of-line sequence. ... In source files, any of the standard platform line termination sequences c ... sh form using the ASCII CR (return) character. All of these forms can be used equally, regardless of pla ... F-8 と宣言されているものとします (この機能は Microsoft の notepad やその他のエディタでサポートされていま ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 4574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ault for the platform. --clear Delete the contents of the environment directory if it already exists, be ... rade the environment directory to use this version of Python, assuming Python has been upgraded in-place ... : If setuptools or pip are installed, the progress of the installation can be monitored by passing a pro ... is coming from. The context argument can have one of three values: 'main', indicating that it is called ...
https://man.plustar.jp/python/library/venv.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 4574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... or None . Its interpretation depends on the value of flags , which can be a bitwise ORed combination of ... (because # "*" probably isn't the registered name of any sound). winsound . PlaySound ( "*" , winsound ... e sound parameter to PlaySound() is a memory image of a WAV file, as a bytes-like object . 注釈 このモジ ... ndows 固有のサービス » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/library/winsound.html - [similar]