Home
last modified time | relevance | path

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

/third_party/python/Lib/sqlite3/test/
Duserfunctions.py112 def step(self, whichType, val): argument
115 self.val = int(theType[whichType] is type(val))
124 def step(self, whichType, *vals): argument
128 self.val += int(theType[whichType] is type(val))