Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/tests/
Ddeccheck.py262 def clear_traps(self): member in Context
263 self.c.clear_traps()
273 self.clear_traps()
297 context.clear_traps()
1104 c.clear_traps()
/third_party/python/Lib/test/
Dtest_decimal.py3976 context.clear_traps()
4244 c.clear_traps()
5161 c.clear_traps()
5276 c.clear_traps()
5281 c.clear_traps()
5300 c.clear_traps()
5311 c.clear_traps()
/third_party/python/Lib/
D_pydecimal.py4003 def clear_traps(self): member in Context
/third_party/python/Doc/library/
Ddecimal.rst1052 .. method:: clear_traps()