Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 214 for FILE (0.101 sec.)
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 4632
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rom the Platform API. The sound parameter may be a filename, a system sound alias, audio data as a bytes-l ... es an error, RuntimeError is raised. winsound. SND_FILENAME ¶ sound パラメタが WAV ファイル名であることを示 ... ていない場合、例外 RuntimeError が送出されます。 SND_FILENAME と同時に使ってはいけません。 全ての Win32 シス ... arameter to PlaySound() is a memory image of a WAV file, as a bytes-like object . 注釈 このモジュールはメモ ...
https://man.plustar.jp/python/library/winsound.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 4632
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 書です; モジュールがファイルからロードされた場合、 __file__ はロードされたモジュールファイルのパス名です。イ ... C モジュールのような特定の種類のモジュールでは、 __file__ 属性は存在しないかもしれません; 共有ライブラリか ... です。 I/O オブジェクト (ファイルオブジェクトの別名) file object は開かれたファイルを表します。ファイルオブジ ... open() 、 os.fdopen() 、ソケットオブジェクトの makefile() メソッド (あるいは拡張モジュールから提供される他 ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 4632
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... efined variable Traceback (most recent call last): File "<stdin>" , line 1 , in <module> NameError : name ... as 6 characters Traceback (most recent call last): File "<stdin>" , line 1 , in <module> IndexError : stri ...
https://man.plustar.jp/python/tutorial/introduction.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 4632
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 力のデコードをサポートするクラスです。 stream_reader(file_obj) はメソッド read() , readline() , readlines() ... ードした出力をサポートするクラスです。 stream_writer(file_obj) はメソッド write() と writelines() をサポート ... シェルのリダイレクト操作のように、 print に続けて >> file と書くことでその出力をファイルのように振舞うオブジ ... 知る方法はありませんでした。ソフトウェアの作者は Makefile と設定ファイル群の編集という大変な労力を要する儀式 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... の起動時に読み込まれるロケールエンコーディングの) Py_FileSystemDefaultEncoding の文字列をデコードします。 参 ... の起動時に読み込まれるロケールエンコーディングの) Py_FileSystemDefaultEncoding の文字列へエンコードします。 ... イルシステムエンコーディング ¶ To encode and decode file names and other environment strings, Py_FileSystem ... ultEncoding should be used as the encoding, and Py_FileSystemDefaultEncodeErrors should be used as the err ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ichotomy you also need to be careful about opening files. Unless you have been working on Windows, there i ... s bothered to add the b mode when opening a binary file (e.g., rb for binary reading). Under Python 3, bin ... ary files and text files are clearly distinct and mutually ... . Therefore, you must make a decision of whether a file will be used for binary access (allowing binary da ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... 、 1.5.2、およびそれ以前のバージョンでは C:\Program Files\Python です。 prefix and exec-prefix stand for th ... u can put these options into your Distutils config file (see section Distutils 設定ファイル ): [install] i ... lightly less convenient way is to edit the site.py file in Python's standard library, and modify sys.path ... on 1.5.2 ではデフォルトのプレフィクスは C:\Program Files\Python であり、Distutils は標準ライブラリの一部で ...
https://man.plustar.jp/python/install/index.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 個だけ返されます。 print_stack ( * , limit=None , file=None ) ¶ このタスクのコルーチンのスタックあるいはト ... じです。引数 limit は get_stack() に渡されます。引数 file は出力を書き込む I/O ストリームです; デフォルトでは ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n EOFError ¶ input() が何もデータを読まずに end-of-file (EOF) に達した場合に送出されます。(注意: io.IOBase ... arg ] ) ¶ exception OSError ( errno , strerror [ , filename [ , winerror [ , filename2 ] ] ] ) この例外はシ ... テム関連のエラーを返した場合に送出されます。例えば "file not found" や "disk full" のような I/O の失敗が発生 ... で、Windows では FormatMessage() で体裁化されます。 filename ¶ filename2 ¶ ファイルシステムパスが1つ関与する ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
11.5. filecmp --- ファイルおよびディレクトリの比較 — Python 3.6.5 ドキュメント 4590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 11. ファイルとディレクトリへのアクセス » 11.5. filecmp --- ファイルおよびディレクトリの比較 ¶ ソースコ ... ード: Lib/filecmp.py filecmp モジュールでは、ファイルおよびディレ ... については、 difflib モジュールも参照してください。 filecmp モジュールでは以下の関数を定義しています: filec ... ) を使用して全キャッシュを削除することが出来ます。 filecmp. cmpfiles ( dir1 , dir2 , common , shallow=True ...
https://man.plustar.jp/python/library/filecmp.html - [similar]