Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 146 for default (0.130 sec.)
35.8. pty --- 擬似端末ユーティリティ — Python 3.6.5 ドキュメント 5324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... parser . add_argument ( 'filename' , nargs = '?' , default = 'typescript' ) options = parser . parse_args () ...
https://man.plustar.jp/python/library/pty.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... uestHandlerClass instance raises an exception. The default action is to print the traceback to standard error ... e server's constructor to activate the server. The default behavior for a TCP server just invokes listen() on ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 5324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。指定した名前がレジストリ上にない場合、定数 SND_NODEFAULT が同時に指定されていない限り、システム標準の音声デ ... " , winsound . SND_ALIAS ) # Probably play Windows default sound, if any is registered (because # "*" probabl ... して、関数呼び出しを即座に返します。 winsound. SND_NODEFAULT ¶ 指定した音声が見つからなかった場合にシステム標準 ... ていません。 winsound. MB_ICONASTERISK ¶ 音声 SystemDefault を再生します。 winsound. MB_ICONEXCLAMATION ¶ 音声 ...
https://man.plustar.jp/python/library/winsound.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 5324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ール名がない場合は None になります。 書き込み可能 __defaults__ デフォルト値を持つ引数に対するデフォルト値が収め ... 、 'return' がそのキーとなります。 書き込み可能 __kwdefaults__ キーワード専用パラメータのデフォルト値を含む辞書 ... ect. __getattr__ ( self , name ) ¶ Called when the default attribute access fails with an AttributeError (eit ... class Philosopher : def __init_subclass__ ( cls , default_name , ** kwargs ): super () . __init_subclass__ ( ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... to an empty string on the command line causes the default to be used. This should never be set in a configur ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 バージョン 3.5.1 で追加. get_extra_info ( name , default=None ) ¶ オプションのトランスポート情報を返します。 ... は取得したトランスポート固有の情報を表す文字列で、 default は情報が存在しなかったときに返す値になります。 この ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
21.2. cgi --- CGI (ゲートウェイインタフェース規格) のサポート — Python 3.6.5 ド... 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... アプローチできます。 FieldStorage. getfirst ( name , default=None ) ¶ フォームフィールド name に関連付けられた値 ... ールドや値がない場合、このメソッドはオプションの引数 default を返します。このパラメタを指定しない場合、標準の値 ...
https://man.plustar.jp/python/library/cgi.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ement object.__enter__() and object.__exit__() . A default implementation for object.__enter__() is provided ... e object.__exit__() is an abstract method which by default returns None . See also the definition of コンテキ ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
26. 開発ツール — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Mock 26.5.5. ヘルパー 26.5.5.1. sentinel 26.5.5.2. DEFAULT 26.5.5.3. call 26.5.5.4. create_autospec 26.5.5.5. ...
https://man.plustar.jp/python/library/development.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 5253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ッセージファクトリを使うこともできます。 get ( key , default=None ) ¶ __getitem__ ( key ) ¶ key に対応するメッセ ... ージが存在しない場合、 get() として呼び出されたなら default を返しますが、 __getitem__() として呼び出されたなら ... ックスから全てのメッセージを削除します。 pop ( key , default=None ) ¶ key に対応するメッセージの表現を返します。 ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT