457 |
"Record can either be a dictionary in which case the keys are used as field names, " |
"Record can either be a dictionary in which case the keys are used as field names, " |
458 |
"or a sequence that must have an item for every field (length = field_count())"}, |
"or a sequence that must have an item for every field (length = field_count())"}, |
459 |
#if HAVE_UPDATE_HEADER |
#if HAVE_UPDATE_HEADER |
460 |
{"commit", (PyCFunction)dbffile_read_record, METH_NOARGS, |
{"commit", (PyCFunction)dbffile_commit, METH_NOARGS, |
461 |
"commit() -> None"}, |
"commit() -> None"}, |
462 |
#endif |
#endif |
463 |
{NULL} |
{NULL} |