MCPcopy Create free account

hub / github.com/aguinet/dragonffi / functions

Functions1,313 in github.com/aguinet/dragonffi

Methodoverflow
third-party/pybind11/iostream.h:47
Methodowndata
If set, the array owns the data (will be freed when the array is deleted)
third-party/pybind11/numpy.h:833
Methodowned_free
bindings/python/cobj.h:100
Methodowned_free
bindings/python/cobj.h:210
Functionpickle
third-party/pybind11/pybind11.h:1931
Functionpickle_factory
third-party/pybind11/detail/init.h:407
Functionplatform_lookup
third-party/pybind11/numpy.h:130
Methodpointee_iterator
include/dffi/iterator.h:295
Methodpointer_iterator
include/dffi/iterator.h:322
Methodpolicy
third-party/pybind11/cast.h:999
Methodpolicy
third-party/pybind11/cast.h:1006
Methodpostcall
third-party/pybind11/attr.h:383
Methodpostcall
third-party/pybind11/attr.h:620
Methodpostcall
third-party/pybind11/attr.h:652
Methodprecall
third-party/pybind11/attr.h:382
Methodprecall
third-party/pybind11/attr.h:616
Methodprecall
third-party/pybind11/attr.h:646
Methodprint_decl_impl
lib/types_printer.cpp:218
Methodprocess
third-party/pybind11/cast.h:1521
Functionpybind11_clear
third-party/pybind11/detail/class.h:535
Functionpybind11_getbuffer
third-party/pybind11/detail/class.h:569
Functionpybind11_meta_call
third-party/pybind11/detail/class.h:184
Functionpybind11_meta_dealloc
third-party/pybind11/detail/class.h:210
Functionpybind11_meta_getattro
third-party/pybind11/detail/class.h:174
Functionpybind11_meta_setattro
third-party/pybind11/detail/class.h:137
Functionpybind11_object_dealloc
third-party/pybind11/detail/class.h:447
Functionpybind11_object_init
third-party/pybind11/detail/class.h:375
Functionpybind11_object_new
third-party/pybind11/detail/class.h:368
Functionpybind11_releasebuffer
third-party/pybind11/detail/class.h:616
Functionpybind11_static_get
third-party/pybind11/detail/class.h:48
Functionpybind11_static_set
third-party/pybind11/detail/class.h:53
Functionpybind11_traverse
third-party/pybind11/detail/class.h:524
Methodpyfact
(n)
bindings/python/tests/test_mem_refs.py:57
Methodpyobject_caster
third-party/pybind11/cast.h:916
Methodpythonbuf
third-party/pybind11/iostream.h:120
Methodraw_array
Create array from any object -- always returns a new reference
third-party/pybind11/numpy.h:1007
Methodraw_bool
Return the truth value of an object -- always returns a new reference
third-party/pybind11/pytypes.h:1711
Methodraw_dict
Call the `dict` Python type -- always returns a new reference
third-party/pybind11/pytypes.h:2028
Methodraw_str
Return string representation -- always returns a new reference, even if already a str
third-party/pybind11/pytypes.h:1547
Methodraw_weakref
third-party/pybind11/pytypes.h:1807
Functionref_count
Return the object's current reference count
third-party/pybind11/pytypes.h:185
Methodregister_dtype
third-party/pybind11/numpy.h:1432
Functionregister_exception_translator
third-party/pybind11/pybind11.h:2504
Functionregister_local_exception_translator
* Add a new module-local exception translator. Locally registered functions * will be tried before any globally registered exception translators, whi
third-party/pybind11/pybind11.h:2515
Functionregister_structured_dtype
third-party/pybind11/numpy.h:1345
Functionreinterpret_borrow
third-party/pybind11/pytypes.h:447
Functionreinterpret_steal
third-party/pybind11/pytypes.h:460
Functionrelease
\rst Resets the internal pointer to ``nullptr`` without decreasing the object's reference count. The function returns a raw handle to
third-party/pybind11/pytypes.h:365
Methodrelease
bindings/python/cobj.h:88
MethodreleaseAST
lib/dffi_impl.h:226
Functionreload
Reload the module or throws `error_already_set`.
third-party/pybind11/pybind11.h:1213
Methodreserve_maybe
third-party/pybind11/stl.h:64
Methodreserve_maybe
third-party/pybind11/stl.h:113
MethodresetDiagnostics
lib/dffi_impl.cpp:303
Methodreshape
Optional `order` parameter omitted, to be added as needed.
third-party/pybind11/numpy.h:932
Methodrich_compare
third-party/pybind11/pytypes.h:2428
Methodrun
(self)
bindings/python/setup.py:46
Methodrun
third-party/pybind11/numpy.h:1838
Methodrun_fun
(self)
bindings/python/tests/test_mem_refs.py:55
Methodscope
third-party/pybind11/attr.h:38
Methodscoped_estream_redirect
third-party/pybind11/iostream.h:194
Methodscoped_interpreter
third-party/pybind11/embed.h:286
Methodscoped_ostream_redirect
third-party/pybind11/iostream.h:166
Methodsentinel
\rst The value which marks the end of the iteration. ``it == iterator::sentinel()`` is equivalent to catching ``StopIteration`` in P
third-party/pybind11/pytypes.h:1417
Methodsequence_fast_readonly
third-party/pybind11/pytypes.h:1170
Methodsequence_slow_readwrite
third-party/pybind11/pytypes.h:1192
Methodset
third-party/pybind11/pytypes.h:993
Methodset
third-party/pybind11/pytypes.h:999
Methodset
third-party/pybind11/pytypes.h:1013
Methodset
third-party/pybind11/pytypes.h:1033
Methodset
third-party/pybind11/pytypes.h:1054
Methodset
third-party/pybind11/pytypes.h:1075
Methodset
third-party/pybind11/pytypes.h:2120
MethodsetUp
(self)
bindings/python/tests/common.py:26
MethodsetUp
(self)
bindings/python/tests/common.py:34
MethodsetValue
bindings/python/cobj.h:523
MethodsetZero
bindings/python/cobj.h:508
Methodset_flag
third-party/pybind11/pybind11.h:2476
Functionset_name
Replaces a capsule's name *without* calling the destructor on the existing one.
third-party/pybind11/pytypes.h:1947
Functionset_operator_new
third-party/pybind11/pybind11.h:1405
Functionset_pointer
Replaces a capsule's pointer *without* calling the destructor on the existing one.
third-party/pybind11/pytypes.h:1932
Functionset_shared_data
Set the shared data that can be later recovered by `get_shared_data()`.
third-party/pybind11/detail/internals.h:591
Methodset_stack_top
third-party/pybind11/detail/type_caster_base.h:51
Functionsetstate
third-party/pybind11/detail/init.h:366
Methodshape
Returns the shape (i.e. size) of dimension `dim`
third-party/pybind11/numpy.h:470
Methodshared_loader_life_support_data
third-party/pybind11/detail/internals.h:516
Methodshow_enum_members_docstring
third-party/pybind11/options.h:68
Methodshow_function_signatures
third-party/pybind11/options.h:66
Methodshow_user_defined_docstrings
third-party/pybind11/options.h:62
Methodsibling
third-party/pybind11/attr.h:56
Functionsilence_unused_warnings
third-party/pybind11/detail/common.h:1188
Methodsimple_collector
third-party/pybind11/cast.h:1468
Methodsize
third-party/pybind11/numpy.h:478
Methodsize
third-party/pybind11/pytypes.h:1673
Methodsize
third-party/pybind11/pytypes.h:1978
Methodsize
third-party/pybind11/pytypes.h:2039
Methodsize
third-party/pybind11/pytypes.h:2067
Methodsize
third-party/pybind11/pytypes.h:2105
Methodslice
third-party/pybind11/pytypes.h:1813
Methodsrc_and_type
Returns a (pointer, type_info) pair taking care of necessary type lookup for a polymorphic type (using RTTI by default, but can be overridden by speci
third-party/pybind11/detail/type_caster_base.h:929
← previousnext →1,101–1,200 of 1,313, ranked by callers