Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 146 for default (0.048 sec.)
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ったマッピングの浅いコピーを返します。 get ( key [ , default ] ) ¶ key が元になったマッピングに含まれている場合 ... key に対する値を返し、そうでなければ default を返します。もし default が与えられない場合は、デフ ...
https://man.plustar.jp/python/library/types.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... econd argument is a transport factory instance; by default it is an internal SafeTransport instance for https ... se. The optional third argument is an encoding, by default UTF-8. The optional fourth argument is a debugging ... hon constant None will be translated into XML; the default behaviour is for None to raise a TypeError . This ... presented as bytes objects; this flag is false by default. datetime.datetime , bytes and bytearray objects m ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 付けのない pip コマンドもインストールしたければ、 --default-pip オプションが必要です。 pyvenv と Windows インス ... ドしました。 min() と max() にキーワードオンリー引数 default が追加されました。これにはイテラブルが要素なしであ ... e パラメータのデフォルト値を、新規のモジュール属性 DEFAULT_IGNORES で指定出来るようになりました。無視するディ ... and Antoine Pitrou in bpo-16692 .) 新規関数 create_default_context() は、互換性とセキュリティの間の程よいバラ ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 5665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を通じて、コメントと、インデントは保存されます。 By default, 2to3 runs a set of predefined fixers . The -l fla ... e fixers are explicit , meaning they aren't run by default and must be listed on the command line to be run. ... Here, in addition to the default fixers, the idioms fixer is run: $ 2to3 -f all -f ...
https://man.plustar.jp/python/library/2to3.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 5665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... handler when decoding the payload to unicode. The default error handler is replace . email.contentmanager. s ... ng to bytes using the specified character set. The default is utf-8 . If the specified charset is a known ali ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 5665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 要があります( str が好まれます)。 os. getenv ( key , default=None ) ¶ 環境変数 key が存在すればその値を返し、存 ... 在しなければ default を返します。 key 、 default 、および返り値は文字列 ... 主な Unix 互換環境、 Windows 。 os. getenvb ( key , default=None ) ¶ 環境変数 key が存在すればその値を返し、存 ... 在しなければ default を返します。 key 、 default 、および返り値はバイト ...
https://man.plustar.jp/python/library/os.html - [similar]
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 5665
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . time , time . sleep ) >>> def print_time ( a = 'default' ): ... print ( "From print_time" , time . time () ... 30343695.275 keyword From print_time 930343700.273 default 930343700.276 17.6.1. スケジューラオブジェクト ¶ s ...
https://man.plustar.jp/python/library/sched.html - [similar]
11.5. filecmp --- ファイルおよびディレクトリの比較 — Python 3.6.5 ドキュメント 5595
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 無視するファイル名のリストで、標準の設定では filecmp.DEFAULT_IGNORES です。 hide は表示しない名前のリストで、標 ... dircmp オブジェクトに対応付けた辞書です。 filecmp. DEFAULT_IGNORES ¶ バージョン 3.4 で追加. デフォルトで dirc ...
https://man.plustar.jp/python/library/filecmp.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 5595
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します: <?xml version="1.0"?> <root xmlns = "http://default-namespace.org/" xmlns:py = "http://www.python.org/ ... 要素ごとに次のような文字列を受け取ります: http : // default - namespace . org / root http : // www . python . ... er. AttlistDeclHandler ( elname , attname , type , default , required ) ¶ ひとつの要素型で宣言される属性ごとに ... 取り得る値は、 'CDATA' , 'ID' , 'IDREF' , ... です。 default は、文書のインスタンスによって属性が指定されていな ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 5524
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... てください。 バージョン 3.3 で変更: Previously, the default ISO 8601 format was hard-coded as in this example: ... evel when desired. The names of the attributes are default_time_format (for the strptime format string) and d ... not recommended), you won't be able to rely on the default value for the lvl parameter, but will have to expl ... alue. バージョン 3.7 で変更: The lvl parameter was defaulted to level CRITICAL . See Issue #28524 for more in ...
https://man.plustar.jp/python/library/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT