Home
last modified time | relevance | path

Searched refs:__sizeof__ (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/
H A Dtest__btree_serializer.py307 sizeof_1 = leaf1.__sizeof__() - leaf0.__sizeof__()
309 sizeof_N = leafN.__sizeof__() - leaf0.__sizeof__()
/dports/finance/electrum/Electrum-4.1.5/packages/multidict/
H A D_multidict_py.py44 def __sizeof__(self): member in _Impl
45 return object.__sizeof__(self) + sys.getsizeof(self._items)
184 def __sizeof__(self): member in MultiDict
185 return object.__sizeof__(self) + sys.getsizeof(self._impl)
/dports/www/py-multidict/multidict-5.2.0/multidict/
H A D_multidict_py.py44 def __sizeof__(self): member in _Impl
45 return object.__sizeof__(self) + sys.getsizeof(self._items)
184 def __sizeof__(self): member in MultiDict
185 return object.__sizeof__(self) + sys.getsizeof(self._impl)
/dports/www/firefox/firefox-99.0/third_party/python/multidict/multidict/
H A D_multidict_py.py44 def __sizeof__(self): member in _Impl
45 return object.__sizeof__(self) + sys.getsizeof(self._items)
184 def __sizeof__(self): member in MultiDict
185 return object.__sizeof__(self) + sys.getsizeof(self._impl)
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/doc/source/_templates/autosummary/
H A Dclass.rst18 '__sizeof__',
/dports/devel/py-meliae/meliae-0.5.1/meliae/
H A D_scanner.pyx136 don't implement __sizeof__ (those are checked before this check happens).
169 """Return a __sizeof__ for a zlib object."""
222 """Return a __sizeof__ for a zlib object."""
/dports/www/firefox/firefox-99.0/third_party/python/Jinja2/jinja2/
H A Ddebug.py248 ("PyObject_HEAD", ctypes.c_byte * object().__sizeof__()),
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/Jinja2/jinja2/
H A Ddebug.py248 ("PyObject_HEAD", ctypes.c_byte * object().__sizeof__()),
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/Jinja2/jinja2/
H A Ddebug.py248 ("PyObject_HEAD", ctypes.c_byte * object().__sizeof__()),
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/jinja2/
H A Ddebug.py248 ("PyObject_HEAD", ctypes.c_byte * object().__sizeof__()),
/dports/devel/py-Jinja2/stage/usr/local/lib/python3.8/site-packages/jinja2/
H A Ddebug.py257 ("PyObject_HEAD", ctypes.c_byte * object().__sizeof__()),
/dports/devel/py-Jinja2/Jinja2-3.0.1/src/jinja2/
H A Ddebug.py257 ("PyObject_HEAD", ctypes.c_byte * object().__sizeof__()),
/dports/devel/py-Jinja2-doc/Jinja2-3.0.1/src/jinja2/
H A Ddebug.py257 ("PyObject_HEAD", ctypes.c_byte * object().__sizeof__()),
/dports/devel/py-Jinja2/Jinja2-3.0.1/build/lib/jinja2/
H A Ddebug.py257 ("PyObject_HEAD", ctypes.c_byte * object().__sizeof__()),
/dports/devel/py-dask/dask-2021.11.2/dask/
H A Dsizeof.py187 return s.__sizeof__()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_pickle.py277 self.assertEqual(object.__sizeof__(p), basesize)
301 self.assertEqual(object.__sizeof__(u), basesize)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_pickle.py277 self.assertEqual(object.__sizeof__(p), basesize)
301 self.assertEqual(object.__sizeof__(u), basesize)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_pickle.py263 self.assertEqual(object.__sizeof__(p), basesize)
287 self.assertEqual(object.__sizeof__(u), basesize)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_pickle.py277 self.assertEqual(object.__sizeof__(p), basesize)
301 self.assertEqual(object.__sizeof__(u), basesize)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_pickle.py277 self.assertEqual(object.__sizeof__(p), basesize)
301 self.assertEqual(object.__sizeof__(u), basesize)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_pickle.py279 self.assertEqual(object.__sizeof__(p), basesize)
303 self.assertEqual(object.__sizeof__(u), basesize)
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/docs/
H A Dhistory.rst121 * Added __sizeof__ to all types. *Note: sys.getsizeof() calls __sizeof__ to get
/dports/math/py-pandas/pandas-1.2.5/pandas/core/
H A Dbase.py92 def __sizeof__(self): member in PandasObject
104 return super().__sizeof__()
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_pickle.py280 self.assertEqual(object.__sizeof__(p), basesize)
304 self.assertEqual(object.__sizeof__(u), basesize)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_pickle.py280 self.assertEqual(object.__sizeof__(p), basesize)
304 self.assertEqual(object.__sizeof__(u), basesize)

12345678910