Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 234 for IF (0.102 sec.)
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 5222
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... equivalent to level 6). Raises the error exception if any error occurs. バージョン 3.6 で変更: level can ... sage. The resulting output will include a zlib-specific header and trailer. -9 to -15: Uses the absolute ... e format of data , and is discussed further below. If bufsize is given, it is used as the initial size o ... f the output buffer. Raises the error exception if any error occurs. The wbits parameter controls the ...
https://man.plustar.jp/python/library/zlib.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... . Return the file system representation for path . If the object is a str or bytes object, then its refe ... rence count is incremented. If the object implements the os.PathLike interface, t ... lowest priority: UTF-8 on macOS and Android; ASCII if the LC_CTYPE locale is "C" , nl_langinfo(CODESET) ... er string, use PyMem_RawFree() to free the memory. If size is not NULL , write the number of wide charac ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... atching engine goes as far as it can at first, and if no match is found it will then progressively back ... p until it has tried zero matches for [bcd]* , and if that subsequently fails, the engine will conclude ... s one or more times. Pay careful attention to the difference between * and + ; * matches zero or more ti ... on't match 'ct' . There are two more repeating qualifiers. The question mark character, ? , matches eith ...
https://man.plustar.jp/python/howto/regex.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ous streams of data between the client and server. If bind_and_activate is true, the constructor automat ... handler class. The request handler class must be different for datagram or stream services. This can be ... ient can potentially be connected for a long time (if threads or subprocesses cannot be used). See async ... the following methods in order: get_request() , verify_request() , and process_request() . If the user-p ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5150
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... M . noop () ... ('OK', [b'Nothing Accomplished. d25if65hy903weo.87']) バージョン 3.5 で変更: with 構文の ... socket module that was compiled with SSL support). If host is not specified, '' (the local host) is used ... . If port is omitted, the standard IMAP4-over-SSL port ... ich allows bundling SSL configuration options, certificates and private keys into a single (potentially ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 5150
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... yielding the frame and line number for each frame. If f is None , the current stack is used. This helper ... _tb() が返すもの) から StackSummary を構築します。 If limit is supplied, only this many frames are taken ... from frame_gen . If lookup_lines is False , the returned FrameSummary ... ng the StackSummary cheaper (which may be valuable if it may not actually get formatted). If capture_loc ...
https://man.plustar.jp/python/library/traceback.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 5150
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... ee also PYTHONOPTIMIZE . バージョン 3.5 で変更: Modify .pyc filenames according to PEP 488 . -OO ¶ Do -O ... xtension (see PEP 488 ). バージョン 3.5 で変更: Modify .pyc filenames according to PEP 488 . -q ¶ インタ ... ません。 module フィールドは、(完全正規形(fully-qualified)の) モジュール名に対してマッチします。このマッチ ... OS X でのみ動作します。 PYTHONDONTWRITEBYTECODE ¶ If this is set to a non-empty string, Python won't tr ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
マップ型プロトコル (mapping protocol) — Python 3.6.5 ドキュメント 5109
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ) ¶ int PyMapping_Check ( PyObject *o ) ¶ Return 1 if the object provides mapping protocol, and 0 otherw ... ject *o , const char *key ) ¶ On success, return 1 if the mapping object has the key key and 0 otherwise ... _HasKey ( PyObject *o , PyObject *key ) ¶ Return 1 if the mapping object has the key key and 0 otherwise ...
https://man.plustar.jp/python/c-api/mapping.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 5109
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... password' , b 'salt' , 100000 ) >>> binascii . hexlify ( dk ) b'0394a2ede332c9a13eb82e9b24631604c31df978 ... KE2b 64 64 16 16 BLAKE2s 32 32 8 8 注釈 BLAKE2 specification defines constant lengths for salt and perso ... ion accepts byte strings of any size up to the specified length. If the length of the parameter is less ... than specified, it is padded with zeros, thus, for example, b' ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 5109
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... テクニックを利用するのが望ましいやり方です。例えば if os . access ( "myfile" , os . R_OK ): with open ( ... は含められません。 path may be a path-like object . If path is of type bytes (directly or indirectly thro ... -like object を受け入れるようになりました。 os. mkfifo ( path , mode=0o666 , * , dir_fd=None ) ¶ FIFO (名 ... リ記述子への相対パス もサポートすることができます。 FIFO は通常のファイルのようにアクセスできるパイプです。 ...
https://man.plustar.jp/python/library/os.html - [similar]