Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 65 for files (0.071 sec.)
Python モジュールのインストール — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ware that are not yet available as pre-built wheel files may also help with obtaining other binary extensio ...
https://man.plustar.jp/python/installing/index.html - [similar]
32.11. compileall --- Python ライブラリをバイトコンパイル — Python 3.6.5 ドキュ... 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rce = True ) # Perform same compilation, excluding files in .svn directories. import re compileall . compil ...
https://man.plustar.jp/python/library/compileall.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... FILE ¶ 開かれたファイルが多すぎます (Too many open files) errno. ENOTTY ¶ タイプライタではありません (Not a ... ¶ リードオンリーのファイルシステムです (Read-only file system) errno. EMLINK ¶ リンクが多すぎます (Too man ...
https://man.plustar.jp/python/library/errno.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ということも意味します: >>> parser . add_option ( "--files" , action = "append" , default = [ '~/.mypkg/defau ... ts' ]) >>> opts , args = parser . parse_args ([ '--files' , 'overrides.mypkg' ]) >>> opts . files ['~/.mypk ...
https://man.plustar.jp/python/library/optparse.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ディング。Windows では 'utf-8' 、それ以外では sys.getfilesystemencoding() の返り値です。 以下の各定数は、 tar ... () で展開する方法: import os import tarfile def py_files ( members ): for tarinfo in members : if os . path ... "sample.tar.gz" ) tar . extractall ( members = py_files ( tar )) tar . close () 非圧縮 tar アーカイブをファ ... エンコーディングを指定します。デフォルト値は sys.getfilesystemencoding() で、フォールバックとして 'ascii' が ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... るようになっていたりします: with fileinput . input ( files = ( 'log1.txt' , 'log2.txt' )) as f : for line in ... fo ): ... if tarinfo . isfile (): # only save real files ... tarinfo . uname = 'monty' # redact the user na ... ecified with the -t option, a pattern for matching files with -p , and a directory to start discovery with ... しのシグネチャの複雑さが小さくなっています。 sys.setfilesystemencoding() 関数は削除されました。設計に欠陥があ ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 6469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... インタプリタを実行するオープンコマンド ( D:\Program Files\Python\python.exe "%1" %* ) を与えます。コマンドプ ...
https://man.plustar.jp/python/faq/windows.html - [similar]
用語集 — Python 3.6.5 ドキュメント 6469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... 索します。 path-like object An object representing a file system path. A path-like object is either a str or ... thLike protocol can be converted to a str or bytes file system path by calling the os.fspath() function; os ... the text encoding automatically. Examples of text files are files opened in text mode ( 'r' or 'w' ), sys. ...
https://man.plustar.jp/python/glossary.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 6469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ader is set to its length. Any other type of body (files and iterables in general) will be chunk-encoded, a ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 6469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to PEM-formatted private key and certificate chain files for the SSL connection. Note that the keyfile / ce ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT