Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 163 for type (0.150 sec.)
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 更された時刻。 TarInfo. mode ¶ 許可ビット。 TarInfo. type ¶ ファイルタイプ。 type は通常、定数 REGTYPE 、 AR ... EGTYPE 、 LNKTYPE 、 SYMTYPE 、 DIRTYPE 、 FIFOTYPE 、 CO ... NTTYPE 、 CHRTYPE 、 BLKTYPE 、あるいは GNUTYPE_SPARSE の ... linkname ¶ リンク先ファイルの名前。これはタイプ LNKTYPE と SYMTYPE の TarInfo オブジェクトにだけ存在します ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 8. データ型 » 8.9. types --- 動的な型生成と組み込み型に対する名前 ¶ ソース ... コード: Lib/types.py このモジュールは新しい型の動的な生成を支援する ... 関数をいくつか提供しています。 8.9.1. 動的な型生成 ¶ types. new_class ( name , bases=() , kwds=None , exec_b ... すことと同じ効果があります。 バージョン 3.3 で追加. types. prepare_class ( name , bases=() , kwds=None ) ¶ ...
https://man.plustar.jp/python/library/types.html - [similar]
22.4. wave --- WAVファイルの読み書き — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オーディオフレーム数を返します。 Wave_read. getcomptype ( ) ¶ 圧縮形式を返します( 'NONE' だけがサポートさ ... いる形式です)。 Wave_read. getcompname ( ) ¶ getcomptype() を人に判読可能な形にしたものです。通常、 'NONE' ... 同じ (nchannels, sampwidth, framerate, nframes, comptype, compname) の namedtuple() を返します。 Wave_read. ... ようとした時にエラーが起きます)。 Wave_write. setcomptype ( type , name ) ¶ 圧縮形式とその記述を設定します。 ...
https://man.plustar.jp/python/library/wave.html - [similar]
21.1. webbrowser --- 便利なウェブブラウザコントローラー — Python 3.6.5 ドキュメ... 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トローラークラスのインスタンスを以下の表に示します。 Type Name Class Name 注釈 'mozilla' Mozilla('mozilla') ...
https://man.plustar.jp/python/library/webbrowser.html - [similar]
2. Python インタプリタを使う — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... fault, Sep 16 2015, 09:25:04) [GCC 4.8.2] on linux Type "help", "copyright", "credits" or "license" for mo ...
https://man.plustar.jp/python/tutorial/interpreter.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 5035
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rg Brandl in bpo-19235 .) CPython の実装の改善: LC_TYPE ロケールが POSIX ロケール ( C ロケール) のとき、 s ... call last): File "<stdin>" , line 1 , in <module> TypeError : %b requires bytes, or an object that implem ... EP 485 -- A function for testing approximate equality PEP written by Christopher Barker; implemented by Ch ... y to create a new module. As opposed to creating a types.ModuleType instance directly, this new function w ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 4989
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... の文字を保持するのに充分な幅を持つ符号なしの整数型のtypedefです。単一のUnicode文字を扱う場合は、 Py_UCS4 を ... ージョン 3.3 で追加. Py_UNICODE ¶ これは、 wchar_t のtypedef で、プラットフォームに依存して16ビットか32ビット ... 接使うべきではありません。 バージョン 3.3 で追加. PyTypeObject PyUnicode_Type ¶ この PyTypeObject のインスタ ... )。 その他のUnicodeオブジェクトを含むオブジェクトは TypeError 例外を引き起こします。 この API は、エラーが生 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 4989
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 12, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for mo ... ない (私は SWIG の完全な初心者です) 私でも、SWIG の %typemap コマンドを使って自動的に変更できるようになります ... 2.7 and 3.2, to terminate a process, you can use ctypes : import ctypes def kill ( pid ): """kill functio ... n for Win32""" kernel32 = ctypes . windll . kernel32 handle = kernel32 . OpenProce ...
https://man.plustar.jp/python/faq/windows.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 4989
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 現在次のように定義されています: -- ASDL's 7 builtin types are: -- identifier, int, string, bytes, object, s ... - not really an actual node but useful in Jython's typesystem. | Suite(stmt* body) stmt = FunctionDef(iden ... int is_async) excepthandler = ExceptHandler(expr? type, identifier? name, stmt* body) attributes (int lin ...
https://man.plustar.jp/python/library/ast.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 4989
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... teger value whose bits will be set to indicate the type of event, and will be the bitwise OR of one or mor ... which is similar to cbreak mode in that characters typed by the user are immediately available to the prog ... of seconds, raise an exception if nothing has been typed. The value of tenths must be a number between 1 a ... 033[6;4H' , the exact result depending on terminal type. curses. typeahead ( fd ) ¶ 先読みチェックに使うた ...
https://man.plustar.jp/python/library/curses.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT