Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 331 for OF (0.169 sec.)
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... char * メンバ名 type int C 構造体の中のメンバの型 offset Py_ssize_t そのメンバの type object 構造体中の ... 場所の offset バイト数 flags int フィールドが読み出し専用か書 ... perty-like access for a type. See also description of the PyTypeObject.tp_getset slot. フィールド C の型 ... lementation support) » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クト , ssize , sequence , フィールド , struct Table of Contents タプルオブジェクト (tuple object) Struct ... crete object) レイヤ » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/c-api/tuple.html - [similar]
4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... レート , sdist , MANIFEST , コマンド , ソース Table of Contents 4. ソースコード配布物を作成する 4.1. 配布 ... (レガシーバージョン) » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 関数 , パッケージ , 配布 , python , Extension Table of Contents 4. C および C++ 拡張のビルド 4.1. distuti ... プリタの拡張と埋め込み » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/extending/building.html - [similar]
5. Windows 上での C および C++ 拡張モジュールのビルド — Python 3.6.5 ドキュメン... 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 章では Windows 向けの Python 拡張モジュールを Microsoft Visual C++ を使って作成する方法について簡単に述べ ... た際に使われた C コンパイラが必要です; 通常は Microsoft Visual C++です。 注釈 この章では、Python のバージ ... 5.3. DLL 使用の実際 ¶ Windows 版の Python は Microsoft Visual C++でビルドされています; 他のコンパイラを使 ... Unix , 作成 , 関数 , リンカ , 実行 , 識別子 Table of Contents 5. Windows 上での C および C++ 拡張モジュ ...
https://man.plustar.jp/python/extending/windows.html - [similar]
グラフィックユーザインタフェース FAQ — Python 3.6.5 ドキュメント 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... できます。 Mark Hammond による Pythonwin には Microsoft Foundation Class のインタフェースと Python プログ ... ライブラリ , キット , ライセンス , 質問 , Tcl Table of Contents グラフィックユーザインタフェース FAQ 一般 ... Python よくある質問 » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/faq/gui.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... PyModuleDef_HEAD_INIT , "myextension" , NULL , sizeof ( struct module_state ), myextension_methods , NUL ... size_t name_length = ( strlen ( name ) + 1 ) * sizeof ( char ); char * name_dup = ( char * ) PyMem_MALLO ... bject , module , myextension , static , 拡張 Table of Contents Python 3 への拡張モジュール移植 条件コンパ ... メント » Python HOWTO » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
18.5.7. 同期プリミティブ — Python 3.6.5 ドキュメント 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... se , ブロック , acquire , 待機 , 獲得 , 内部 Table of Contents 18.5.7. 同期プリミティブ 18.5.7.1. ロック ... コルーチンおよびタスク » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/library/asyncio-sync.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... header=False ) ¶ Convert binary data to a line(s) of ASCII characters in quoted-printable encoding. The ... ネット上のデータの操作 » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は非営 ...
https://man.plustar.jp/python/library/binascii.html - [similar]
13.3. bz2 --- bzip2 圧縮のサポート — Python 3.6.5 ドキュメント 4025
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のメソッドは少なくとも 1 バイトのデータを返します (EOF の場合を除く)。返される正確なバイト数は規定されてい ... ームの終端に到達した後にデータを展開しようとすると EOFError が送出されます。 ストリームの終端の後ろの全て ... 5 で変更: max_length パラメータが追加されました。 eof ¶ ストリーム終端記号に到達した場合 True を返します ... バージョン , 展開 , モード , サポート , 変更 Table of Contents 13.3. bz2 --- bzip2 圧縮のサポート 13.3.1 ...
https://man.plustar.jp/python/library/bz2.html - [similar]