Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ functions
Functions
924 in github.com/dgrunwald/rust-cpython
⨍
Functions
924
◇
Types & classes
186
Function
test_borrow_while_borrow_mut
()
tests/test_sharedref.rs:143
Function
test_btree_set
()
src/objects/set.rs:259
Function
test_btreemap_to_python
()
src/objects/tests.rs:39
Function
test_bytes_buffer
()
src/buffer.rs:681
Function
test_clear
()
src/objects/set.rs:178
Function
test_compare
()
src/objectprotocol.rs:383
Function
test_compatible_size
()
src/buffer.rs:672
Function
test_contains
()
src/objects/dict.rs:192
Function
test_contains
()
src/objects/set.rs:167
Function
test_debug_string
()
src/objectprotocol.rs:367
Function
test_default_param_type
()
src/argparse.rs:576
Function
test_default_value
()
src/argparse.rs:591
Function
test_del_item
()
src/objects/dict.rs:249
Function
test_del_item_does_not_update_original_object
()
src/objects/dict.rs:261
Function
test_discard
()
src/objects/set.rs:212
Function
test_discard_does_not_update_original_object
()
src/objects/set.rs:224
Function
test_display_string
()
src/objectprotocol.rs:375
Method
test_empty
(self)
extensions/tests/test_btree.py:10
Function
test_eval
()
src/python.rs:371
Function
test_extract
()
src/objects/list.rs:264
Function
test_extract_byte_str
()
src/objects/string.rs:597
Function
test_extract_byte_str_to_vec
only works with specialization
src/objects/string.rs:612
Function
test_extract_bytearray_to_vec
()
src/objects/sequence.rs:645
Function
test_extract_lone_surrogate
()
src/objects/string.rs:640
Function
test_extract_lone_surrogate_lossy
()
src/objects/string.rs:657
Function
test_extract_range_to_vec
()
src/objects/sequence.rs:633
Function
test_extract_str
()
src/objects/string.rs:582
Function
test_extract_tuple_to_vec
()
src/objects/sequence.rs:625
Function
test_extract_umlaut
()
src/objects/string.rs:622
Function
test_false
()
src/objects/boolobject.rs:79
Function
test_get_item
()
src/objects/dict.rs:203
Function
test_get_item
()
src/objects/list.rs:198
Function
test_hashmap_to_python
()
src/objects/tests.rs:25
Function
test_i64_max
()
src/objects/num.rs:441
Function
test_i64_min
()
src/objects/num.rs:452
Function
test_insert
()
src/objects/list.rs:222
Function
test_items
()
src/objects/dict.rs:293
Function
test_items_list
()
src/objects/dict.rs:272
Function
test_iter
()
src/objects/list.rs:250
Function
test_leak_while_borrow_mut
()
tests/test_sharedref.rs:109
Function
test_leaked_borrow
()
tests/test_sharedref.rs:17
Function
test_leaked_borrow_after_mut
()
tests/test_sharedref.rs:39
Function
test_leaked_borrow_mut
()
tests/test_sharedref.rs:26
Function
test_leaked_borrow_mut_after_mut
()
tests/test_sharedref.rs:48
Function
test_leaked_map_after_mut
()
tests/test_sharedref.rs:59
Function
test_len
()
src/objects/dict.rs:180
Function
test_len
()
src/objects/tuple.rs:243
Function
test_len
()
src/objects/list.rs:189
Function
test_len
()
src/objects/set.rs:155
Function
test_list_coercion
()
src/objects/sequence.rs:573
Function
test_lists_coerce_to_tuples
()
src/objects/sequence.rs:612
Function
test_non_bmp
()
src/objects/string.rs:573
Function
test_numbers_are_not_sequences
()
src/objects/sequence.rs:319
Function
test_parse
()
src/argparse.rs:560
Function
test_pop
()
src/objects/set.rs:235
Function
test_pop_does_not_update_original_object
()
src/objects/set.rs:248
Function
test_seq_concat
()
src/objects/sequence.rs:507
Function
test_seq_concat_string
()
src/objects/sequence.rs:529
Function
test_seq_contains
()
src/objects/sequence.rs:358
Function
test_seq_count
()
src/objects/sequence.rs:453
Function
test_seq_del_item
()
src/objects/sequence.rs:408
Function
test_seq_empty
()
src/objects/sequence.rs:342
Function
test_seq_get_item
()
src/objects/sequence.rs:380
Function
test_seq_index
()
src/objects/sequence.rs:435
Function
test_seq_iter
()
src/objects/sequence.rs:471
Function
test_seq_repeat
()
src/objects/sequence.rs:551
Function
test_seq_strings
()
src/objects/sequence.rs:489
Function
test_serde_basic_structs
()
src/serde/tests.rs:23
Function
test_serde_basic_types
()
src/serde/tests.rs:10
Function
test_serde_enums
()
src/serde/tests.rs:69
Function
test_serde_nested_structs
()
src/serde/tests.rs:57
Function
test_set_item
()
src/objects/dict.rs:217
Function
test_set_item
()
src/objects/list.rs:210
Function
test_set_item_does_not_update_original_object
()
src/objects/dict.rs:236
Function
test_sizeof
()
src/objects/object.rs:284
Function
test_strings_are_sequences
()
src/objects/sequence.rs:331
Function
test_strings_coerce_to_lists
()
src/objects/sequence.rs:586
Function
test_thread_exit
()
tests/test_thread_exit.rs:40
Function
test_true
()
src/objects/boolobject.rs:70
Function
test_try_borrow_mut_while_borrow
()
tests/test_sharedref.rs:117
Function
test_try_borrow_mut_while_leaked_ref
()
tests/test_sharedref.rs:68
Function
test_try_borrow_mut_while_leaked_ref_mut
()
tests/test_sharedref.rs:86
Function
test_try_borrow_while_borrow_mut
()
tests/test_sharedref.rs:134
Function
test_try_leak_while_borrow_mut
()
tests/test_sharedref.rs:100
Function
test_tuple_coercion
()
src/objects/sequence.rs:599
Function
test_u32_max
()
src/objects/num.rs:430
Function
test_u64_max
()
src/objects/num.rs:463
Method
to_float
(&self, py: Python)
src/objectprotocol/number.rs:237
Method
to_fortran_vec
Copies the buffer elements to a newly allocated vector. If the buffer is multi-dimensional, the elements are written in Fortran-style order. Fails if
src/buffer.rs:492
Method
to_index
(&self, py: Python)
src/objectprotocol/number.rs:253
Method
to_int
(&self, py: Python)
src/objectprotocol/number.rs:223
Method
to_object
(py: Python, value: &T)
src/serde/ser.rs:117
Method
to_py_object
(&self, py: Python)
src/objects/boolobject.rs:35
Function
tp_clear
(location: &str, slf: *mut ffi::PyObject, callback: F)
src/py_class/gc.rs:137
Function
tp_dealloc_callback
(obj: *mut ffi::PyObject)
src/py_class/slots.rs:118
Function
tp_traverse
( location: &str, slf: *mut ffi::PyObject, visit: ffi::visitproc, arg: *mut libc::c_void,
src/py_class/gc.rs:91
Function
trailing_comma
()
tests/test_function.rs:84
Method
true_divide
(&self, py: Python, other: impl ToPyObject)
src/objectprotocol/number.rs:90
Method
tuple
(&self, py: Python)
src/objects/sequence.rs:223
Method
tuple_variant
(mut self, _len: usize, visitor: V)
src/serde/de.rs:352
← previous
next →
801–900 of 924, ranked by callers