Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 214 for FILE (0.068 sec.)
29.14. fpectl --- 浮動小数点例外の制御 — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . exp ( 1000 ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> FloatingPointErro ...
https://man.plustar.jp/python/library/fpectl.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : exception http.cookiejar. LoadError ¶ この例外は FileCookieJar インスタンスがファイルからクッキーを読み込 ... をおこなう役割を負っています。 class http.cookiejar. FileCookieJar ( filename , delayload=None , policy=None ... 数については、該当する属性の説明を参照してください。 FileCookieJar はディスク上のファイルからのクッキーの読み ... ルからはロード されません 。このクラスのサブクラスは FileCookieJar のサブクラスと web ブラウザとの連携 節で説 ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .255.255' ) + 1 Traceback (most recent call last): File "<stdin>" , line 1 , in <module> ipaddress.Address ... _prefix = 23 )) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> raise ValueError ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を JSON 形式の fp ( .write() がサポートされている file-like object ) へのストリームとして直列化します。 s ... e , **kw ) ¶ Deserialize fp (a .read() -supporting file-like object containing a JSON document) to a Pytho ... インインターフェイスを提供します。 オプショナルな infile 引数、 outfile 引数が指定されない場合、それぞれ sy ... てください。 19.2.5.1. コマンドラインオプション ¶ infile ¶ 検証を行う、あるいは整形出力を行う JSON ファイル ...
https://man.plustar.jp/python/library/json.html - [similar]
35.1. posix --- 最も一般的な POSIX システムコール群 — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。このようなファイルは時にラージファイル ( large files ) と呼ばれます。 Python では、 off_t のサイズが l ... 、以下のようにすれば良いでしょう: CFLAGS = '-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT = "-g -O2 $CF ...
https://man.plustar.jp/python/library/posix.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lags = re . M ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> ... ValueError : ... >>> re . sub ( '-{1,2}' , dashrepl , 'pro----gram-files' ) 'pro--gram files' >>> re . sub ( r '\sAND\s' , ... ) . group ( 1 ) Traceback (most recent call last): File "<pyshell#23>" , line 1 , in <module> re . match ( ... st, here is the input. Normally it may come from a file, here we are using triple-quoted string syntax: >> ...
https://man.plustar.jp/python/library/re.html - [similar]
15.3. secrets --- 機密を扱うために安全な乱数を生成する — Python 3.6.5 ドキュメ... 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tandard Linux systems, use a convenient dictionary file. # Other platforms may need to provide their own w ...
https://man.plustar.jp/python/library/secrets.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... socket() が使えます。 ssl. wrap_socket ( sock , keyfile=None , certfile=None , server_side=False , cert_re ... SLError を送出することがあります。 オプションの keyfile と certfile 引数は、接続のこちら側を識別するために ... 書を含むファイルを指定します。証明書がどのように certfile に格納されるかについてのより詳しい情報は、 証明書 ... _default_context ( purpose=Purpose.SERVER_AUTH , cafile=None , capath=None , cadata=None ) ¶ 新規の SSLCon ...
https://man.plustar.jp/python/library/ssl.html - [similar]
25. Tk を用いたグラフィカルユーザインターフェイス — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トウィジェット 25.5. IDLE 25.5.1. メニュー 25.5.1.1. File メニュー (Shell ウィンドウ、Editor ウィンドウ) 25. ...
https://man.plustar.jp/python/library/tk.html - [similar]
6.5. unicodedata --- Unicode データベース — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... decimal ( 'a' ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> ValueError : not ...
https://man.plustar.jp/python/library/unicodedata.html - [similar]