src/pylib/Lib/sys_impl/sizes

Search:
Group by:
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