Home | History | Annotate | Download | only in _sqlite

Lines Matching defs:method_name

1527     char* method_name;

1535 method_name = "commit";
1537 method_name = "rollback";
1540 result = PyObject_CallMethod((PyObject*)self, method_name, "");