「textfile」を含む例文一覧(5)

  • TextFile method
    TextFile のメソッド - Python
  • 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

例文データの著作権について