Home
last modified time | relevance | path

Searched refs:FloatSizeof (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_sys.py898 class FloatSizeof: class
901 self.assertRaises(TypeError, sys.getsizeof, FloatSizeof())
902 self.assertIs(sys.getsizeof(FloatSizeof(), sentinel), sentinel)