Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_sys.py1087 class FloatSizeof: class
1090 self.assertRaises(TypeError, sys.getsizeof, FloatSizeof())
1091 self.assertIs(sys.getsizeof(FloatSizeof(), sentinel), sentinel)