Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 65 for files (0.045 sec.)
Download — Python 3.6.5 ドキュメント 7658
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... numbers in the table are the size of the download files in megabytes. Format Packed as .zip Packed as .tar ... e content in the documentation. HTML Help ( .chm ) files are made available in the "Windows" section on the ...
https://man.plustar.jp/python/download.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 7586
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... nal-only for CPython. Its use is not supported for files outside CPython, and no guarantees are made regard ... he top of the C file, in the same way that include files and statics go at the top. (In our sample code we' ... converters in the CPython source tree; grep the C files for the string CConverter . カスタム return コンバ ... be written into your file near the end. For Python files implementing modules or builtin types, it's recomm ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 7514
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イルシステムのエンコーディングを使用します ( sys.getfilesystemencoding() 参照)。 バージョン 3.1 で変更: 一部 ... ばれることになります。 Unix では、キーと値に sys.getfilesystemencoding() 、エラーハンドラーに 'surrogateesca ... de ( filename ) ¶ Encode path-like filename to the filesystem encoding with 'surrogateescape' error handler ... ilename ) ¶ Decode the path-like filename from the filesystem encoding with 'surrogateescape' error handler ...
https://man.plustar.jp/python/library/os.html - [similar]
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 7443
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ールの基本的なインタフェースです: fileinput. input ( files=None , inplace=False , backup='' , bufsize=0 , mod ... 後で input は閉じられます: with fileinput . input ( files = ( 'spam.txt' , 'eggs.txt' )) as f : for line in ... スを作ることもできます: class fileinput. FileInput ( files=None , inplace=False , backup='' , bufsize=0 , mod ... ら抜けた後で input は閉じられます: with FileInput ( files = ( 'spam.txt' , 'eggs.txt' )) as input : process ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
19.5. mimetypes --- ファイル名を MIME 型へマップする — Python 3.6.5 ドキュメン... 7371
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の関数とデータ項目が利用できます。 mimetypes. init ( files=None ) ¶ 内部のデータ構造を初期化します。もし file ... ん。もし省略されていれば、使われるファイル名は knownfiles から取られます。 Windows であれば、現在のレジストリ ... の設定が読み込まれます。 files あるいは knownfiles 内の各ファイル名は、それ以前に ... す。繰り返し init() を呼び出すことは許されています。 files に空リストを与えることで、システムのデフォルトが適 ...
https://man.plustar.jp/python/library/mimetypes.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7300
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rovisional and its API is considered stable. A new file system path protocol has been implemented to suppor ... した。 Windows の改善: PEP 528 and PEP 529 , Windows filesystem and console encoding changed to UTF-8. py.exe ... on PEP 519: ファイルシステムパスプロトコルの追加 ¶ File system paths have historically been represented as ... has led to people who write code which operate on file system paths to assume that such objects are only o ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 7242
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ログを使って既存のファイルをオープンします。 Recent Files [最近使ったファイル] 最近使ったファイルのリストを開 ... 選択された文字列があれば、それを検索します。 Find in Files... [ファイルから検索...] ファイル検索ダイアログを開 ... window. In an empty string, this will contain the files in the current directory. On a blank line, it will ... rst starts, it attempts to read user configuration files in ~/.idlerc/ (~ is one's home directory). If ther ...
https://man.plustar.jp/python/library/idle.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 7171
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブル構造、の四つです。 msilib. FCICreate ( cabname , files ) ¶ 新しい CAB ファイルを cabname という名前で作り ... ます。 files はタプルのリストで、それぞれのタプルはディスク上の ... B ファイルを表わすものです。MSI 構築中、ファイルは Files テーブルと CAB ファイルとに同時に追加されます。そし ... 外することができます。 remove_pyc ( ) ¶ Remove .pyc files on uninstall. 参考 Directory Table File Table Comp ...
https://man.plustar.jp/python/library/msilib.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 7171
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... _ . Augment the filename for compiled ( bytecode ) files by adding .opt-1 before the .pyc extension (see PE ... gs. Augment the filename for compiled ( bytecode ) files by adding .opt-2 before the .pyc extension (see PE ... a non-empty string, Python won't try to write .pyc files on the import of source modules. This is equivalen ... unless PYTHONLEGACYWINDOWSSTDIO is also specified. Files and pipes redirected through the standard streams ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 7099
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ド名から Command サブクラスへのマッピング 辞書 data_files インストールするデータファイルのリスト リスト pack ... ます。 distutils.dir_util. create_tree ( base_dir , files [ , mode=0o777 , verbose=0 , dry_run=0 ] ) ¶ files ... e_dir ディレクトリは存在している必要はありません。 files はファイル名のリストで base_dir からの相対パスとし ... て扱われます。 base_dir + files のディレクトリ部分が(既に存在していなければ)作成さ ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT