Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aguinet/dragonffi
/ functions
Functions
1,313 in github.com/aguinet/dragonffi
⨍
Functions
1,313
◇
Types & classes
583
Method
dereference
NOLINTNEXTLINE(readability-const-return-type) // PR #3263
third-party/pybind11/pytypes.h:1218
Method
descr
third-party/pybind11/detail/descr.h:28
Method
destruct
When a cpp_function is GCed, release any memory allocated by pybind11
third-party/pybind11/pybind11.h:623
Function
dffi_add_symbol
bindings/python/pydffi.cpp:166
Function
dffi_cdef
DFFI wrappers
bindings/python/pydffi.cpp:74
Function
dffi_compile
bindings/python/pydffi.cpp:84
Function
dffi_const
bindings/python/pydffi.cpp:171
Function
dffi_dlopen
bindings/python/pydffi.cpp:156
Function
dffi_getfunction
bindings/python/pydffi.cpp:203
Function
dffi_view_from_buffer
bindings/python/pydffi.cpp:176
Method
dict
third-party/pybind11/pytypes.h:2000
Method
dict_readonly
third-party/pybind11/pytypes.h:1214
Method
direct_converter
third-party/pybind11/numpy.h:1445
Method
disarm
This method will disable the PyThreadState_DeleteCurrent call and the GIL won't be acquired. This method should be used if the interpreter could be sh
third-party/pybind11/gil.h:123
Method
disarm
This method will disable the PyThreadState_DeleteCurrent call and the GIL won't be acquired. This method should be used if the interpreter could be sh
third-party/pybind11/gil.h:163
Function
discard_as_unraisable
If it is impossible to raise the currently-held error, such as in a destructor, we can write it out using Python's unraisable hook (`sys.unraisablehoo
third-party/pybind11/pytypes.h:689
Method
dispatcher
Main dispatch logic for calls to functions bound using pybind11
third-party/pybind11/pybind11.h:669
Method
distance_to
third-party/pybind11/pytypes.h:1199
Method
doc
third-party/pybind11/attr.h:44
Method
doc
third-party/pybind11/pytypes.h:2418
Method
doit
include/dffi/casting.h:73
Method
doit
include/dffi/casting.h:82
Method
doit
include/dffi/casting.h:86
Method
doit
include/dffi/casting.h:92
Method
doit
include/dffi/casting.h:99
Method
doit
include/dffi/casting.h:106
Method
doit
include/dffi/casting.h:113
Method
doit
include/dffi/casting.h:120
Method
doit
include/dffi/casting.h:127
Method
doit
When From != SimplifiedType, we can simplify the type some more by using the simplify_type template.
include/dffi/casting.h:137
Method
doit
When From == SimpleType, we are as simple as we are going to get.
include/dffi/casting.h:147
Method
doit
This is not a simple type, use the template to simplify it...
include/dffi/casting.h:224
Method
doit
This _is_ a simple type, just cast it.
include/dffi/casting.h:233
Function
drop_begin
include/dffi/iterator_range.h:65
Method
dtype
Array descriptor (dtype)
third-party/pybind11/numpy.h:779
Method
dtype
third-party/pybind11/numpy.h:1286
Method
dtype
third-party/pybind11/numpy.h:1319
Method
dtype
third-party/pybind11/numpy.h:1334
Method
dtype
third-party/pybind11/numpy.h:1425
Method
dtype_ptr
third-party/pybind11/numpy.h:1440
Function
dyn_cast
include/dffi/casting.h:343
Function
dyn_cast
third-party/pybind11/cast.h:1133
Method
dyn_cast
third-party/pybind11/cast.h:1143
Function
dyn_cast_or_null
include/dffi/casting.h:372
Function
eigen_array_cast
third-party/pybind11/eigen/matrix.h:244
Function
eigen_encapsulate
third-party/pybind11/eigen/matrix.h:280
Function
eigen_ref_array
third-party/pybind11/eigen/matrix.h:269
Method
ellipsis
third-party/pybind11/pytypes.h:1696
Method
embedded_module
third-party/pybind11/embed.h:65
Method
emplace_owned
bindings/python/cobj.h:197
Method
empty
third-party/pybind11/pytypes.h:1979
Method
empty
third-party/pybind11/pytypes.h:2046
Method
empty
third-party/pybind11/pytypes.h:2068
Method
empty
third-party/pybind11/pytypes.h:2106
Method
end
third-party/pybind11/pytypes.h:1986
Method
end
third-party/pybind11/pytypes.h:2015
Method
end
third-party/pybind11/pytypes.h:2053
Method
end
third-party/pybind11/pytypes.h:2075
Method
ensure
Ensure that the argument is a NumPy array In case of an error, nullptr is returned and the Python error is cleared.
third-party/pybind11/numpy.h:960
Method
enter
third-party/pybind11/iostream.h:213
Method
enum_
third-party/pybind11/pybind11.h:2177
Function
enum_base
third-party/pybind11/pybind11.h:1948
Function
enumtype_get
bindings/python/pydffi.cpp:365
Method
equal
third-party/pybind11/pytypes.h:1177
Method
equal
third-party/pybind11/pytypes.h:1198
Method
error_fetch_and_normalize
Immediate normalization is long-established behavior (starting with https://github.com/pybind/pybind11/commit/135ba8deafb8bf64a15b24d1513899eb600e2011
third-party/pybind11/pytypes.h:483
Method
error_scope
third-party/pybind11/detail/common.h:1060
Function
eval
third-party/pybind11/eval.h:48
Function
eval_file
third-party/pybind11/eval.h:99
Method
exception
third-party/pybind11/pybind11.h:2530
Function
exec
third-party/pybind11/eval.h:88
Function
execute
third-party/pybind11/detail/init.h:335
Method
execute
third-party/pybind11/detail/init.h:202
Method
execute
third-party/pybind11/detail/init.h:258
Function
expected_num_args
third-party/pybind11/attr.h:672
Function
export_values
third-party/pybind11/pybind11.h:2108
Function
factory
NOLINTNEXTLINE(google-explicit-constructor)
third-party/pybind11/detail/init.h:283
Method
fail_dim_check
third-party/pybind11/numpy.h:972
Method
field_descr
third-party/pybind11/numpy.h:646
Method
flags
Return the NumPy array flags
third-party/pybind11/numpy.h:825
Method
float_
third-party/pybind11/pytypes.h:1776
Function
foo
tests/lib.c:1
Method
format
third-party/pybind11/complex.h:27
Method
format
third-party/pybind11/numpy.h:1171
Method
format
third-party/pybind11/numpy.h:1178
Method
format
third-party/pybind11/numpy.h:1182
Method
format
third-party/pybind11/numpy.h:1187
Method
format
third-party/pybind11/numpy.h:1195
Method
format
third-party/pybind11/numpy.h:1427
Method
format
third-party/pybind11/detail/common.h:1046
Method
format_value_and_trace
third-party/pybind11/pytypes.h:534
Function
forward_like
third-party/pybind11/stl.h:48
Method
free
third-party/pybind11/eigen/tensor.h:83
Method
free
third-party/pybind11/eigen/tensor.h:114
Method
fromArrayTy
lib/dffi_types.cpp:284
Method
from_args
This is essentially the same as calling numpy.dtype(args) in Python.
third-party/pybind11/numpy.h:575
Method
from_buffer
third-party/pybind11/pytypes.h:2229
Method
from_memory
\rst Creates ``memoryview`` from static memory. This method is meant for providing a ``memoryview`` for C/C++ buffer not mana
third-party/pybind11/pytypes.h:2271
Method
func_handle
This triggers a syntax error under very special conditions (very weird indeed).
third-party/pybind11/functional.h:85
Method
func_wrapper
third-party/pybind11/functional.h:105
← previous
next →
601–700 of 1,313, ranked by callers