Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h117 PyObject* NotSupportedError; member
Dconnection.c209 self->NotSupportedError = pysqlite_NotSupportedError; in pysqlite_connection_init()
1612 {"NotSupportedError", T_OBJECT, offsetof(pysqlite_Connection, NotSupportedError), RO},