Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/sqlite3/test/
Duserfunctions.py109 def step(self, whichType, val): argument
112 self.val = int(theType[whichType] is type(val))
121 def step(self, whichType, *vals): argument
125 self.val += int(theType[whichType] is type(val))
/external/python/cpython2/Lib/sqlite3/test/
Duserfunctions.py108 def step(self, whichType, val): argument
110 self.val = int(theType[whichType] is type(val))