Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 24 for shutil (0.038 sec.)
11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 8023
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... x ファイル名のパターンマッチ 次のトピックへ 11.10. shutil --- 高水準のファイル操作 ナビゲーション 索引 モジュ ...
https://man.plustar.jp/python/library/linecache.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 7956
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... い。高水準のファイルとディレクトリの操作については、 shutil モジュールを参照してください。 利用可能性に関する注 ... 合、 OSError が送出されます。 通常は高水準関数である shutil.get_terminal_size() を使用してください。 os.get_te ... います。 数値 id の他に名前でも受け取る高水準関数の shutil.chown() を参照してください。 利用できる環境 : Unix ... が送出されます。ディレクトリツリー全体を削除するには shutil.rmtree() を使います。 この関数は ディレクトリ記述子 ...
https://man.plustar.jp/python/library/os.html - [similar]
8.8. weakref --- 弱参照 — Python 3.6.5 ドキュメント 7956
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... def remove ( self ): if self . name is not None : shutil . rmtree ( self . name ) self . name = None @prope ... () self . _finalizer = weakref . finalize ( self , shutil . rmtree , self . name ) def remove ( self ): self ...
https://man.plustar.jp/python/library/weakref.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ます。(Contributed by Christian Heimes; bpo-1657 .) shutil.copytree() が省略可能引数 ignore を取るようになって ... って、コピーせずに無視したい名前のリストを返します。 shutil モジュールでは同時に、この新たなパラメータのために ... ァイルをスキップしてディレクトリコピーをする例です: shutil . copytree ( 'Doc/library' , '/tmp/library' , igno ... re = shutil . ignore_patterns ( '*~' , '.svn' )) (Contributed ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7873
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 続しているターミナルウィンドウのサイズを取得します。 shutil.get_terminal_size() も参照して下さい。 (Contribute ... を与えられている全ての文字を適切にエスケープします。 shutil ¶ 新たな関数: disk_usage() : ディスクの利用状況につ ... します。(Contributed by Sandro Tosi in bpo-12191 .) shutil.get_terminal_size() : インタプリタが接続しているタ ... nntplib os pdb pickle pydoc re sched select shlex shutil signal smtpd smtplib socket socketserver sqlite3 s ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 7806
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ァイルの読み書きには zipfile モジュールか、あるいは shutil の高水準関数を使用してください。 いくつかの事実と形 ... le 標準モジュールのドキュメント。 アーカイブ化操作 shutil が提供するより高水準のアーカイブ機能についてのドキ ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7806
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... le lexical analysis for Unix shell-like languages. shutil High-level file operations, including copying. sig ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he --- テキストラインにランダムアクセスする 11.10. shutil --- 高水準のファイル操作 11.11. macpath --- Mac OS ...
https://man.plustar.jp/python/library/index.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... (Contributed by Giampaolo Rodola' in bpo-18931 .) shutil ¶ The move() function now accepts a copy_function ... tor os pathlib pickle poplib re readline selectors shutil signal smtpd smtplib sndhdr socket ssl メモリ BIO ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 7656
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... () , os.path.expandvars() , os.path.expanduser() , shutil )。 バージョン 3.3 で変更: universal_newlines が T ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
PREV 1 2 3 NEXT