def cursor_for()

in asfpy/db.py [0:0]


    def cursor_for(self, statement):
        "Return our custom cursor for the given statement."
        return self.conn.cursor(_Cursor.factory_for(statement))