10.23 distutils.text_file -- The TextFile class
このモジュールは TextFileクラスを提供します。 - Python
TextFile instances are create with either filename, file,or both.
TextFileのインスタンスはfilename、file、またはその両方をとって作成されます。 - Python
It is recommended that you supply at least filename, so that TextFile can include it in warning messages.
TextFileが生成する警告メッセージに含めることができるので、filenameを与えることが推奨されます、もしfileが提供されなければ、 TextFile は組み込みの open()を利用して自分で作成します。 - Python
This module provides the TextFile class, which gives an interface to text files that (optionally) takes care of stripping comments, ignoring blank lines, and joining lines with backslashes.
これはテキストファイルへのインタフェースを提供し、コメントの削除、空行の無視、バックスラッシュでの行の連結を任意に行えます。 クラスTextFile - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.