Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 146 for default (0.029 sec.)
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 7715
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... most. 0 (Z_NO_COMPRESSION) is no compression. The default value is -1 (Z_DEFAULT_COMPRESSION). Z_DEFAULT_COM ... PRESSION represents a default compromise between speed and compression (currentl ... ts=MAX_WBITS , memLevel=DEF_MEM_LEVEL , strategy=Z_DEFAULT_STRATEGY [ , zdict ] ) ¶ 一度にメモリ上に置くことが ... most. 0 (Z_NO_COMPRESSION) is no compression. The default value is -1 (Z_DEFAULT_COMPRESSION). Z_DEFAULT_COM ...
https://man.plustar.jp/python/library/zlib.html - [similar]
35.12. nis --- Sun の NIS (Yellow Pages) へのインタフェース — Python 3.6.5 ドキ... 7573
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 定義しています: nis. match ( key , mapname , domain=default_domain ) ¶ mapname 中で key に一致するものを返すか ... メイン内が検索されます。 nis. cat ( mapname , domain=default_domain ) ¶ match(key, mapname)==value となる key を ... ルトNISドメイン内が検索されます。 nis. maps ( domain=default_domain ) ¶ 有効なマップのリストを返します。 domain ... ば、デフォルトNISドメイン内が検索されます。 nis. get_default_domain ( ) ¶ システムのデフォルトNISドメインを返し ...
https://man.plustar.jp/python/library/nis.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7573
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... inks rather than copies, when symlinks are not the default for the platform. --copies Try to use copies rathe ... r than symlinks, even when symlinks are the default for the platform. --clear Delete the contents of t ... in the virtual environment (pip is bootstrapped by default) Once an environment has been created, you may wis ... binaries, e.g. pythonw.exe ), rather than copying. Defaults to True on Linux and Unix systems, but False on W ...
https://man.plustar.jp/python/library/venv.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 7373
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ass ComplexEncoder ( json . JSONEncoder ): ... def default ( self , obj ): ... if isinstance ( obj , complex ... obj . real , obj . imag ] ... # Let the base class default method raise the TypeError ... return json . JSONE ... ncoder . default ( self , obj ) ... >>> json . dumps ( 2 + 1 j , cl ... =True , cls=None , indent=None , separators=None , default=None , sort_keys=False , **kw ) ¶ この 変換表 を使 ...
https://man.plustar.jp/python/library/json.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 7373
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Mock ( spec=None , side_effect=None , return_value=DEFAULT , wraps=None , name=None , spec_set=None , unsafe= ... 場合に便利です。関数には、モックと同じ引数が渡され、 DEFAULT を返さない限りはこの関数の戻り値が使われます。 一方 ... attributes you have set using normal assignment by default. In case you want to reset return_value or side_ef ... 。 関数を渡した場合はモックと同じ引数で呼び出され、 DEFAULT を返さない限りはその関数の戻り値が返されます。関数 ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7373
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... eturned by sys.getfilesystemencoding() , which now defaults to 'utf-8' . Applications that do not use str to ... コンソールのエンコーディングを UTF-8 に変更 ¶ The default console on Windows will now accept all Unicode cha ... on code. sys.stdin , sys.stdout and sys.stderr now default to utf-8 encoding. This change only applies when u ... _dict__ 属性内で保持されます。 Also, the effective default class execution namespace (returned from type.__pr ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7032
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hout the methods added by that class, and with the default behavior of certain other methods being slightly d ... me. This document describes the behavior under the default (for Message ) policy Compat32 . If you are going ... eader is included in the returned string. unixfrom defaults to False . For backward compatibility reasons, ma ... xheaderlen defaults to 0 , so if you want a different value you must ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7032
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ftp = FTP ( 'ftp.debian.org' ) # connect to host, default port >>> ftp . login () # user anonymous, passwd a ... user, passwd, acct) is made (where passwd and acct default to the empty string when not given). The optional ... onnection attempt (if is not specified, the global default timeout setting will be used). source_address is a ... ntext.load_cert_chain() instead, or let ssl.create_default_context() select the system's trusted CA certifica ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 7032
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... iet" , action = "store_false" , dest = "verbose" , default = True , help = "don't print status messages to st ... "-v" , action = "store_true" , dest = "verbose" , default = True ) parser . add_option ( "-q" , action = "st ... "-q" , action = "store_false" , dest = "verbose" , default = True ) 下のような場合を考えてみましょう: parser ... "-v" , action = "store_true" , dest = "verbose" , default = False ) parser . add_option ( "-q" , action = "s ...
https://man.plustar.jp/python/library/optparse.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 6961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ict 項目が追加された順序を記憶する辞書のサブクラス defaultdict ファクトリ関数を呼び出して存在しない値を供給す ... フォルト値、の順に優先させる例: import os , argparse defaults = { 'color' : 'red' , 'user' : 'guest' } parser = ... ed = ChainMap ( command_line_args , os . environ , defaults ) print ( combined [ 'color' ]) print ( combined ... rot , および roll を実装するのも簡単です。 8.3.4. defaultdict オブジェクト ¶ class collections. defaultdict ...
https://man.plustar.jp/python/library/collections.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT