Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sizeof
Method
sizeof
Lib/test/test_free_threading/test_io.py:94–96 ·
view source on GitHub ↗
(barrier, b, *ignore)
Source
from the content-addressed store, hash-verified
92
b.__setstate__(st)
93
94
def
sizeof(barrier, b, *ignore):
95
barrier.wait()
96
getsizeof(b)
97
98
self.check([write] * 10, self.ioclass())
99
self.check([writelines] * 10, self.ioclass())
Callers
13
test_from_format
Method · 0.80
test_linux_ext_suffix
Method · 0.80
is_underaligned
Function · 0.80
_check_struct_or_union
Method · 0.80
_kill
Method · 0.80
_is_gui_available
Function · 0.80
wintypes.py
File · 0.80
_get_module_handles
Function · 0.80
_layout.py
File · 0.80
get_layout
Function · 0.80
_new_value
Function · 0.80
RawValue
Function · 0.80
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected