Home
last modified time | relevance | path

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

/external/lua/src/
Dldebug.c118 static void settraps (CallInfo *ci) { in settraps() function
145 settraps(L->ci); /* to trace inside 'luaV_execute' */ in lua_sethook()
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py196 self.settraps([sig for sig in self.c.traps if self.c.traps[sig]])
267 def settraps(self, lst): member in Context