Home
last modified time | relevance | path

Searched refs:DummyIntegral (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_numeric_tower.py18 class DummyIntegral(int): class
22 return DummyIntegral(super().__mul__(other))
31 return DummyIntegral(self)
35 return DummyIntegral(1)
148 x = F(DummyIntegral(1), DummyIntegral(2), _normalize=False)

Completed in 1 milliseconds