Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ count
Method
count
crates/vm/src/gc_state.rs:84–86 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
82
}
83
84
pub fn count(&self) -> usize {
85
self.count.load(Ordering::SeqCst)
86
}
87
88
pub fn threshold(&self) -> u32 {
89
self.threshold.load(Ordering::SeqCst)
Callers
15
list_count_custom_eq.py
File · 0.45
list_count_builtins.py
File · 0.45
builtin_bytearray.py
File · 0.45
builtin_range.py
File · 0.45
builtin_str.py
File · 0.45
builtin_bytes.py
File · 0.45
test_float_with_integer_input
Function · 0.45
builtin_list.py
File · 0.45
stdlib_itertools.py
File · 0.45
count_rustpython_todo
Function · 0.45
test_mixed_with_and_without_reason
Method · 0.45
test_apply_both_changes
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
15
test_float_with_integer_input
Function · 0.36
test_mixed_with_and_without_reason
Method · 0.36
test_apply_both_changes
Method · 0.36
test_all_children_fail_marks_parent_with_message
Method · 0.36
test_partial_children_fail_marks_children
Method · 0.36
test_child_with_own_override_not_consolidated
Method · 0.36
test_strip_then_consolidate_restores_parent_marker
Method · 0.36
test_stripped_markers_restored_when_crash
Method · 0.36
test_stripped_markers_removed_when_complete_run
Method · 0.36
test_stripped_markers_restored_when_crash
Method · 0.36
test_apply_no_duplicate_import
Method · 0.36
test_attribute_ex_call_uses_plain_load_attr
Function · 0.36