Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 65 for files (0.486 sec.)
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 6469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> re . sub ( '-{1,2}' , dashrepl , 'pro----gram-files' ) 'pro--gram files' >>> re . sub ( r '\sAND\s' , ...
https://man.plustar.jp/python/library/re.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6469
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tes() methods to simplify read/write operations on files. The following code snippet will create or rewrite ... ent numeric_owner . If set to True , the extracted files and directories will be owned by the numeric uid a ... the underlying readdir or FindFirstFile / FindNextFile system calls. (Contributed by Ben Hoyt with help fr ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... to the Objects directory, then search the C source files for tp_ plus the function you want (for example, t ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
一般 Python FAQ — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ressions, Unicode, calculating differences between files), Internet protocols (HTTP, FTP, SMTP, XML-RPC, PO ... e), and operating system interfaces (system calls, filesystems, TCP/IP sockets). Look at the table of conte ...
https://man.plustar.jp/python/faq/general.html - [similar]
Argparse チュートリアル — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argp ... s [OPTION]... [FILE]... List information about the FILEs (the current directory by default). Sort entries a ...
https://man.plustar.jp/python/howto/argparse.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... は以下の2つです: Nick Coghlan による Processing Text Files in Python 3 Ned Batchelder による PyCon 2012 での発 ... フォルトエンコーディングは UTF-8 になります。 sys.getfilesystemencoding() 関数は現在のシステムで利用するエンコ ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... num)d file in this directory' , 'There are %(num)d files in this directory' , n ) % { 'num' : n } lgettext ...
https://man.plustar.jp/python/library/gettext.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sive copytree so that we can # continue with other files except Error as err : errors . extend ( err . args ...
https://man.plustar.jp/python/library/shutil.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... s terminated by an end-of-line sequence. In source files, any of the standard platform line termination seq ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... erent characters to mark the ends of lines in text files. Unix uses the linefeed (ASCII character 10), MacO ... うな出力をします: WARNING : root : Warning : config file server . conf not found ERROR : root : Error occurr ... eption. (Contributed by Jack Jansen.) The RPM spec files, found in the Misc/RPM/ directory in the Python so ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT