Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 214 for file (0.251 sec.)
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 4474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... rlretrieve() function: import urllib.request local_filename , headers = urllib . request . urlretrieve ( ' ... http://python.org/' ) html = open ( local_filename ) 多くの urllib の利用法はこのように簡単です ( ... 'http:' の代わりに URL を 'ftp:' や 'file:' 等で始めればできます)。しかし、このチュートリアル ... tErrorHandler , HTTPRedirectHandler , FTPHandler , FileHandler , DataHandler , HTTPErrorProcessor 。 top_l ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 4474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... < Color . BLUE Traceback (most recent call last): File "<stdin>" , line 1 , in <module> TypeError : '<' n ...
https://man.plustar.jp/python/library/enum.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 4474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を表す整数値か、そのような整数を返す引数なしメソッド fileno() を持つオブジェクトです。 rlist : 読み込み可能に ... たくデタラメな数ではなく本物のファイル記述子を返す) fileno() メソッドを持つ必要があります。 注釈 select() は ... できる最小のバイト数。これはソケットなどの他の種類の file-like オブジェクトには適用されません。 この値は POS ... いる場合 True です。 バージョン 3.4 で追加. devpoll. fileno ( ) ¶ ポーリングオブジェクトのファイル記述子番号 ...
https://man.plustar.jp/python/library/select.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 4474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 1.10.1. ディレクトリとファイルの操作 ¶ shutil. copyfileobj ( fsrc , fdst [ , length ] ) ¶ ファイル形式のオ ... みがコピーされることに注意してください。 shutil. copyfile ( src , dst , * , follow_symlinks=True ) ¶ src とい ... ください。 src と dst が同じファイルだった場合、 SameFileError を送出します。 dst は書き込み可能でなければな ... ました。 バージョン 3.4 で変更: Error の代わりに SameFileError を送出します。後者は前者のサブクラスなのでこの ...
https://man.plustar.jp/python/library/shutil.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 4474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で指定されたファイルのリストに渡ってループするには、 fileinput モジュールを参照してください。 sys. base_exec ... , e.g. os.RTLD_LAZY ). Availability: Unix. sys. getfilesystemencoding ( ) ¶ Return the name of the encodin ... g used to convert between Unicode filenames and bytes filenames. For best compatibility, ... str should be used for filenames in all cases, although representing filenames ...
https://man.plustar.jp/python/library/sys.html - [similar]
21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 4474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 計されており、次の URL スキームをサポートしています: file , ftp , gopher , hdl , http , https , imap , mailt ...
https://man.plustar.jp/python/library/urllib.parse.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 4474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ar in "123" : print ( char ) for line in open ( "myfile.txt" ): print ( line , end = '' ) こういう要素への ... >>> next ( it ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> next ( it ) StopI ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 4474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... rval', 'getdefaultencoding', 'getdlopenflags', 'getfilesystemencoding', 'getobjects', 'getprofile', 'getre ... ps1', 'setcheckinterval', 'setdlopenflags', 'setprofile', 'setrecursionlimit', 'setswitchinterval', 'settr ... ipsis', 'EnvironmentError', 'Exception', 'False', 'FileExistsError', 'FileNotFoundError', 'FloatingPointEr ... itialize the sound package formats/ Subpackage for file format conversions __init__.py wavread.py wavwrite ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 4432
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... か、例外が起こっていない場合は None 。 ファイル名 %(filename)s pathname のファイル名部分。 funcName %(funcN ... ときに設定されます。 module %(module)s モジュール ( filename の名前部分)。 msecs %(msecs)d LogRecord が生成 ... キーワード引数がサポートされます。 フォーマット 説明 filename StreamHandler ではなく指定された名前で FileHan ... dler が作られます。 filemode Specifies the mode to open the file, if filena ...
https://man.plustar.jp/python/library/logging.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 4432
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 3 ] = b 'spam' Traceback (most recent call last): File "<stdin>" , line 1 , in <module> ValueError : memo ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]