src/pystdlib/sys_impl/sizes
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Templates
getsizeof
getsizeof(x): int
getsizeof(x; default: int): int
Source
Edit
Templates
template
getsizeof
(
x
)
:
int
Source
Edit
template
getsizeof
(
x
;
default
:
int
)
:
int
may be used when
sizeof
(
x
)
is a compile-error e.g.
func
sizeof
(
x
:
O
)
:
int
{
.
error
.
}
for
O
Source
Edit