Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wjakob/nanobind
/ functions
Functions
1,594 in github.com/wjakob/nanobind
⨍
Functions
1,594
◇
Types & classes
580
↳
Endpoints
1
Function
test03_enum_arithmetic
()
tests/test_enum.py:75
Function
test03_factory_ref
(clean)
tests/test_intrusive.py:32
Function
test03_instantiate
(clean)
tests/test_classes.py:54
Function
test03_items_iterator
()
tests/test_make_iterator.py:26
Function
test03_items_iterator_parallel
(n_threads=8)
tests/test_make_iterator.py:33
Function
test03_kwargs
()
tests/test_functions.py:29
Function
test03_locked_method
(n_threads=8)
tests/test_thread.py:42
Function
test03_movable_in_value
(clean)
tests/test_stl.py:59
Function
test03_prop
()
tests/test_eigen_tensor.py:75
Function
test03_reimport_module
()
tests/test_inter_module.py:46
Function
test03_return_jax
()
tests/test_jax.py:51
Function
test03_return_tensorflow
()
tests/test_tensorflow.py:51
Function
test03_runtime_error
()
tests/test_exception.py:12
Function
test03_sharedptr_from_cpp
(clean)
tests/test_holders.py:49
Function
test03_update_map
()
tests/test_eigen.py:81
Function
test03_vector_custom
()
tests/test_stl_bind_vector.py:121
Function
test03b_sharedptr_implicit
(clean)
tests/test_holders.py:79
Function
test04_check
()
tests/test_tensorflow.py:64
Function
test04_check
()
tests/test_jax.py:63
Function
test04_constrain_shape
()
tests/test_ndarray.py:132
Function
test04_domain_error
()
tests/test_exception.py:17
Function
test04_double_init
()
tests/test_classes.py:65
Function
test04_enum_export
()
tests/test_enum.py:94
Function
test04_locked_function
(n_threads=8)
tests/test_thread.py:54
Function
test04_map
()
tests/test_eigen_tensor.py:97
Function
test04_matrix
()
tests/test_eigen.py:119
Function
test04_movable_in_lvalue_ref
(clean)
tests/test_stl.py:67
Function
test04_overloads
()
tests/test_functions.py:46
Function
test04_passthrough_iterator
()
tests/test_make_iterator.py:37
Function
test04_subclass
(clean)
tests/test_intrusive.py:42
Function
test04_subinterpreters
()
tests/test_inter_module.py:83
Function
test04_uniqueptr_from_cpp
(clean)
tests/test_holders.py:107
Function
test04_vector_slicing
()
tests/test_stl_bind_vector.py:133
Function
test04b_vector_self_slice_assign
()
tests/test_stl_bind_vector.py:162
Function
test05_bytes
()
tests/test_ndarray.py:149
Function
test05_cast
()
tests/test_eigen_tensor.py:111
Function
test05_enum_property
()
tests/test_enum.py:99
Function
test05_invalid_argument
()
tests/test_exception.py:22
Function
test05_iterator_returning_temporary
()
tests/test_make_iterator.py:43
Function
test05_locked_twoargs
(n_threads=8)
tests/test_thread.py:66
Function
test05_matrix_large_nonsymm
(rowStart, colStart, rowStep, colStep, transpose)
tests/test_eigen.py:143
Function
test05_movable_in_ptr
(clean)
tests/test_stl.py:75
Function
test05_passthrough
()
tests/test_tensorflow.py:69
Function
test05_passthrough
()
tests/test_jax.py:68
Function
test05_rv_policy
(clean)
tests/test_classes.py:75
Function
test05_signature
()
tests/test_functions.py:51
Function
test05_vector_non_shared
()
tests/test_stl_bind_vector.py:178
Function
test05a_uniqueptr_from_cpp
(clean)
tests/test_holders.py:117
Function
test05b_uniqueptr_list
(clean)
tests/test_holders.py:153
Function
test05c_uniqueptr_structure_duplicate
(clean)
tests/test_holders.py:171
Function
test05d_uniqueptr_reinit
(clean)
tests/test_holders.py:186
Function
test06_constrain_order_numpy
()
tests/test_ndarray.py:163
Function
test06_enum_flag
()
tests/test_enum.py:139
Function
test06_global_wrapper
(n_threads=8)
tests/test_thread.py:83
Function
test06_length
()
tests/test_exception.py:27
Function
test06_map
()
tests/test_eigen.py:206
Function
test06_movable_in_rvalue_ref
(clean)
tests/test_stl.py:83
Function
test06_reference_internal
(clean)
tests/test_classes.py:107
Function
test06_ro_array
()
tests/test_tensorflow.py:87
Function
test06_ro_array
()
tests/test_jax.py:86
Function
test06_signature_error
()
tests/test_functions.py:95
Function
test06_signature_error_unencodable_kwarg
()
tests/test_functions.py:107
Function
test06_uniqueptr_from_py
(clean)
tests/test_holders.py:200
Function
test06_vector_shared
()
tests/test_stl_bind_vector.py:194
Function
test06_zero_size_tensor
()
tests/test_eigen_tensor.py:118
Function
test06b_reference_internal_free
(clean)
tests/test_classes.py:136
Function
test06c_init_not_list_initialization
()
tests/test_classes.py:130
Function
test07_access_attributes
(n_threads=8)
tests/test_thread.py:96
Function
test07_big
()
tests/test_classes.py:147
Function
test07_constrain_order_pytorch
()
tests/test_ndarray.py:172
Function
test07_copyable_return
(clean)
tests/test_stl.py:91
Function
test07_mutate_arg
()
tests/test_eigen.py:224
Function
test07_out_of_range
()
tests/test_exception.py:32
Function
test07_polymorphic_downcast_unique
()
tests/test_holders.py:257
Function
test07_raises
()
tests/test_functions.py:121
Function
test07_uniqueptr_passthrough
(clean)
tests/test_holders.py:239
Function
test07_vector_noncopyable
()
tests/test_stl_bind_vector.py:211
Function
test07b_dref1
()
tests/test_eigen.py:232
Function
test08_args_kwargs
()
tests/test_functions.py:127
Function
test08_copyable_return_ptr
(clean)
tests/test_stl.py:96
Function
test08_enum_comparisons
()
tests/test_enum.py:104
Function
test08_inheritance
()
tests/test_classes.py:152
Function
test08_polymorphic_downcast_shared
()
tests/test_holders.py:264
Function
test08_range_error
()
tests/test_exception.py:37
Function
test08_shared_ptr_threaded_access
(n_threads=8)
tests/test_thread.py:108
Function
test08_sparse
()
tests/test_eigen.py:283
Function
test08_vector_init_partial_cleanup
()
tests/test_stl_bind_vector.py:225
Function
test08_write_bytes_from_cpp
()
tests/test_ndarray.py:189
Function
test08b_sparse_noconvert
()
tests/test_eigen.py:322
Function
test09_copyable_in_value
(clean)
tests/test_stl.py:101
Function
test09_enum_methods
()
tests/test_enum.py:187
Function
test09_maketuple
()
tests/test_functions.py:135
Function
test09_method_vectorcall
()
tests/test_classes.py:172
Function
test09_overflow_error
()
tests/test_exception.py:42
Function
test09_sparse_failures
()
tests/test_eigen.py:342
Function
test09_tag_based
()
tests/test_holders.py:270
Function
test09_tag_based_shared
()
tests/test_holders.py:279
Function
test09_tag_based_unique
()
tests/test_holders.py:275
Function
test09_vector_getitem_slice_leak
()
tests/test_stl_bind_vector.py:239
Function
test09_write_numpy_from_cpp
()
tests/test_ndarray.py:200
← previous
next →
1,101–1,200 of 1,594, ranked by callers