Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 18 for Borrowed (0.022 sec.)
リフレクション — Python 3.6.5 ドキュメント 13126
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... PyObject * PyEval_GetBuiltins ( ) ¶ Return value: Borrowed reference. 現在の実行フレーム内のビルトインの辞書か ... す。 PyObject * PyEval_GetLocals ( ) ¶ Return value: Borrowed reference. 現在の実行フレーム内のローカル変数の辞書 ... 。 PyObject * PyEval_GetGlobals ( ) ¶ Return value: Borrowed reference. 現在の実行フレームのグローバル変数の辞書 ... yFrameObject * PyEval_GetFrame ( ) ¶ Return value: Borrowed reference. 現在のスレッド状態のフレームを返します。 ...
https://man.plustar.jp/python/c-api/reflection.html - [similar]
Function オブジェクト — Python 3.6.5 ドキュメント 12422
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... yFunction_GetCode ( PyObject *op ) ¶ Return value: Borrowed reference. 関数オブジェクト op に関連付けられたコー ... nction_GetGlobals ( PyObject *op ) ¶ Return value: Borrowed reference. 関数オブジェクト op に関連付けられたglo ... unction_GetModule ( PyObject *op ) ¶ Return value: Borrowed reference. 関数オブジェクト op の __module__ 属性を ... ction_GetDefaults ( PyObject *op ) ¶ Return value: Borrowed reference. 関数オブジェクト op の引数のデフォルト値 ...
https://man.plustar.jp/python/c-api/function.html - [similar]
インスタンスメソッドオブジェクト(Instance Method Objects) — Python 3.6.5 ドキュ... 10723
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Method_Function ( PyObject *meth ) ¶ Return value: Borrowed reference. メソッド meth に関連付けられている関数オ ... od_GET_FUNCTION ( PyObject *meth ) ¶ Return value: Borrowed reference. PyMethod_Function() のマクロ版で、エラー ... * PyMethod_Self ( PyObject *meth ) ¶ Return value: Borrowed reference. メソッド meth に関連付けられたインスタン ... Method_GET_SELF ( PyObject *meth ) ¶ Return value: Borrowed reference. PyMethod_Self() のマクロ版で、エラーチェ ...
https://man.plustar.jp/python/c-api/method.html - [similar]
オブジェクトをヒープ上にメモリ確保する — Python 3.6.5 ドキュメント 8750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... yObject *op , PyTypeObject *type ) ¶ Return value: Borrowed reference. 新たにメモリ確保されたオブジェクト op に ... peObject *type , Py_ssize_t size ) ¶ Return value: Borrowed reference. PyObject_Init() の全ての処理を行い、可変 ...
https://man.plustar.jp/python/c-api/allocation.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 8750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... em ( PyObject *p , PyObject *key ) ¶ Return value: Borrowed reference. 辞書 p 内で key をキーとするオブジェクト ... ( PyObject *p , const char *key ) ¶ Return value: Borrowed reference. PyDict_GetItem() と同じですが、 key は ... yObject *key , PyObject *default ) ¶ Return value: Borrowed reference. これは Python レベルの dict.setdefault( ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
弱参照オブジェクト — Python 3.6.5 ドキュメント 8750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... eakref_GetObject ( PyObject *ref ) ¶ Return value: Borrowed reference. 弱参照 ref が参照しているオブジェクトを ... akref_GET_OBJECT ( PyObject *ref ) ¶ Return value: Borrowed reference. PyWeakref_GetObject() に似ていますが、マ ...
https://man.plustar.jp/python/c-api/weakref.html - [similar]
リストオブジェクト — Python 3.6.5 ドキュメント 8476
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... yObject *list , Py_ssize_t index ) ¶ Return value: Borrowed reference. list の指すリストオブジェクト内の、位置 ... ( PyObject *list , Py_ssize_t i ) ¶ Return value: Borrowed reference. マクロ形式でできた PyList_GetItem() で、 ...
https://man.plustar.jp/python/c-api/list.html - [similar]
タプルオブジェクト (tuple object) — Python 3.6.5 ドキュメント 8184
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... m ( PyObject *p , Py_ssize_t pos ) ¶ Return value: Borrowed reference. p の指すタプルオブジェクト内の、位置 po ... M ( PyObject *p , Py_ssize_t pos ) ¶ Return value: Borrowed reference. PyTuple_GetItem() に似ていますが、引数に ...
https://man.plustar.jp/python/c-api/tuple.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 8047
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Sys_GetObject ( const char *name ) ¶ Return value: Borrowed reference. sys モジュールの name オブジェクトを返す ... . PyObject * PySys_GetXOptions ( ) ¶ Return value: Borrowed reference. sys._xoptions と同様、 -X オプションの現 ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
セルオブジェクト (cell object) — Python 3.6.5 ドキュメント 7909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ct * PyCell_GET ( PyObject *cell ) ¶ Return value: Borrowed reference. cell の内容を返しますが、 cell が非 NUL ...
https://man.plustar.jp/python/c-api/cell.html - [similar]
PREV 1 2 NEXT