Home
last modified time | relevance | path

Searched refs:py_object (Results 301 – 325 of 432) sorted by relevance

1...<<1112131415161718

/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_unicode.py1679 pythonapi, py_object, sizeof,
1687 _PyUnicode_FromFormat.restype = py_object
1691 py_object(arg) if isinstance(arg, unicode) else arg
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Dbase.py850 ctypes.pythonapi.PyCapsule_New.restype = ctypes.py_object
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/ctypes/
H A D__init__.pyi261 class py_object(_CanCastTo, _SimpleCData[_T]): ...
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/ctypes/
H A D__init__.pyi243 class py_object(_SimpleCData[_T]): ...
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/
H A Dbase.py850 ctypes.pythonapi.PyCapsule_New.restype = ctypes.py_object
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/ctypes/
H A D__init__.pyi242 class py_object(_CanCastTo, _SimpleCData[_T]): ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/ctypes/
H A D__init__.pyi243 class py_object(_SimpleCData[_T]): ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/ctypes/
H A D__init__.pyi266 class py_object(_CanCastTo, _SimpleCData[_T]): ...
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/
H A DDebugBase.py179 ctypes.py_object(cf),
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/includes/
H A Dlibarrow_flight.pxd464 void* py_object()
/dports/devel/py-pyusb/pyusb-1.0.2/usb/backend/
H A Dlibusb1.py261 ('user_data', py_object),
/dports/graphics/blender/blender-2.91.0/source/blender/python/bmesh/
H A Dbmesh_py_types.c1086 PyObject *py_object; in bpy_bmesh_from_object() local
1104 &py_object, in bpy_bmesh_from_object()
1112 !(ob = PyC_RNA_AsPointer(py_object, "Object")) || in bpy_bmesh_from_object()
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/ndarray/
H A Dndarray.py5027 dlpack = ctypes.py_object(dlpack)
5084 pyobj = ctypes.cast(void_p, ctypes.py_object)
5114 pyobj = ctypes.py_object(obj)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/ndarray/
H A Dndarray.py5027 dlpack = ctypes.py_object(dlpack)
5084 pyobj = ctypes.cast(void_p, ctypes.py_object)
5114 pyobj = ctypes.py_object(obj)
/dports/graphics/py-glfw/glfw-2.5.0/glfw/
H A D__init__.py1087 pointer = ctypes.cast(ctypes.pointer(ctypes.py_object(pointer)),
1552 pointer = ctypes.cast(ctypes.pointer(ctypes.py_object(pointer)), ctypes.c_void_p)
2225 pointer = ctypes.cast(ctypes.pointer(ctypes.py_object(pointer)),
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dinline_closurecall.py612 cellget.restype = ctypes.py_object
613 cellget.argtypes = (ctypes.py_object,)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/includes/
H A Dlibarrow_flight.pxd504 void* py_object()
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/includes/
H A Dlibarrow_flight.pxd514 void* py_object()
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6/
H A Dtest_threading.py188 exception = ctypes.py_object(AsyncExc)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/python/fdb/
H A Dimpl.py1467 ctypes.pythonapi.Py_IncRef(ctypes.py_object(cb))
1470 ctypes.pythonapi.Py_DecRef(ctypes.py_object(cb))
/dports/devel/py-numba/numba-0.51.2/numba/cuda/cudadrv/
H A Ddriver.py50 _py_decref.argtypes = [ctypes.py_object]
51 _py_incref.argtypes = [ctypes.py_object]
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_threading.py192 exception = ctypes.py_object(AsyncExc)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_unicode.py2458 pythonapi, py_object, sizeof,
2464 _PyUnicode_FromFormat.restype = py_object
2468 py_object(arg) if isinstance(arg, str) else arg
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_unicode.py2458 pythonapi, py_object, sizeof,
2464 _PyUnicode_FromFormat.restype = py_object
2468 py_object(arg) if isinstance(arg, str) else arg
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_unicode.py2553 pythonapi, py_object, sizeof,
2559 _PyUnicode_FromFormat.restype = py_object
2563 py_object(arg) if isinstance(arg, str) else arg

1...<<1112131415161718