Searched defs:myself (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Modules/_ctypes/ |
D | callbacks.c | 15 CThunkObject_dealloc(PyObject *myself) in CThunkObject_dealloc() 28 CThunkObject_traverse(PyObject *myself, visitproc visit, void *arg) in CThunkObject_traverse() 38 CThunkObject_clear(PyObject *myself) in CThunkObject_clear()
|
D | _ctypes.c | 146 _DictRemover_dealloc(PyObject *myself) in _DictRemover_dealloc() 155 _DictRemover_call(PyObject *myself, PyObject *args, PyObject *kw) in _DictRemover_call() 413 StructParam_dealloc(PyObject *myself) in StructParam_dealloc() 2798 static int PyCData_NewGetBuffer(PyObject *myself, Py_buffer *view, int flags) in PyCData_NewGetBuffer() 2843 PyCData_reduce(PyObject *myself, PyObject *args) in PyCData_reduce() 2861 PyCData_setstate(PyObject *myself, PyObject *args) in PyCData_setstate() 4572 Array_item(PyObject *myself, Py_ssize_t index) in Array_item() 4598 Array_subscript(PyObject *myself, PyObject *item) in Array_subscript() 4705 Array_ass_item(PyObject *myself, Py_ssize_t index, PyObject *value) in Array_ass_item() 4734 Array_ass_subscript(PyObject *myself, PyObject *item, PyObject *value) in Array_ass_subscript() [all …]
|
/third_party/python/Modules/_io/ |
D | textio.c | 307 _PyIncrementalNewlineDecoder_decode(PyObject *myself, in _PyIncrementalNewlineDecoder_decode()
|
/third_party/python/Lib/test/ |
D | test_descr.py | 488 def myself(cls): return cls member in ClassPropertiesAndMethods.test_metaclass._metaclass
|