Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 46 for OSError (0.017 sec.)
35.1. posix --- 最も一般的な POSIX システムコール群 — Python 3.6.5 ドキュメント 6788
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ステムコールから報告されたエラーは以下に述べるように OSError を送出します。 35.1.1. ラージファイルのサポート ¶ ...
https://man.plustar.jp/python/library/posix.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 6621
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。これらメソッドの多くはシステムコールが失敗すると OSError を送出します (例えばパスが存在しない場合): classme ... かの理由でどちらかのファイルにアクセスできない場合は OSError が送出されます。 >>> p = Path ( 'spam' ) >>> q = P ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 6453
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... DL_FONTS" 該当するフォルダを取得できなかった場合、 OSError が送出されます。 どの種類のフォルダを取得できるかは ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 6453
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ル形式)。この例外には以上の4つのエラーはもちろん、 OSError も含まれます。 参考 netrc モジュール .netrc ファイ ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 6453
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クト を返します。ファイルを開くことができなければ、 OSError が送出されます。 file は:term: path-like object で ... た。 以前は IOError が送出されていました、それは現在 OSError のエイリアスになりました。 既存のファイルを 排他的 ...
https://man.plustar.jp/python/library/functions.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 6453
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e, it is opened and the contents are returned. Any OSError exception in opening the requested file is mapped ...
https://man.plustar.jp/python/library/http.server.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 6453
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... していて、かつメッセージが maxlength より長い場合、 OSError が発生してコネクションからそれ以上読めなくなります ... この関数は以前は IOError を送出していました。今では OSError の別名です。 recv_bytes_into ( buffer [ , offset ] ... ルによって中断される場合、 EINTR のエラー番号付きで OSError を上げるということです。 wait() はそのようなことは ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 6453
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... orts the with statement to unconditionally consume OSError exceptions and to close the NNTP connection when d ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 6285
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... open ( '/tmp/input.txt' , 'r' ) as f : ... except OSError : # 'File not found' error message. print ( "Fichi ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 6285
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れます。 1 の場合、すべての 致命的な(fatal) エラーは OSError を送出します。 2 の場合、すべての 致命的でない(non ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
PREV 1 2 3 4 5 NEXT