HomeSort by relevance Sort by last modified time
    Searched refs:func_isnone (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/sqlite3/test/
userfunctions.py 53 def func_isnone(v): function
141 self.con.create_function("isnone", 1, func_isnone)
  /external/python/cpython3/Lib/sqlite3/test/
userfunctions.py 51 def func_isnone(v): function
156 self.con.create_function("isnone", 1, func_isnone)
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
userfunctions.py 51 def func_isnone(v): function
139 self.con.create_function("isnone", 1, func_isnone)
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
userfunctions.py 51 def func_isnone(v): function
139 self.con.create_function("isnone", 1, func_isnone)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 51 def func_isnone(v): function
139 self.con.create_function("isnone", 1, func_isnone)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
userfunctions.py 51 def func_isnone(v): function
139 self.con.create_function("isnone", 1, func_isnone)

Completed in 219 milliseconds