Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add TODOs to OdbBackend_methods
  • Loading branch information
ddevault committed Dec 6, 2019
commit 3653227ed3434f73d7c2f9130c99fa8ef21a7460
8 changes: 8 additions & 0 deletions src/odb_backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,14 @@ OdbBackend_refresh(OdbBackend *self)
return Py_None;
}

/*
* TODO:
* - write
* - writepack
* - writestream
* - readstream
* - freshen
*/
PyMethodDef OdbBackend_methods[] = {
METHOD(OdbBackend, read, METH_O),
METHOD(OdbBackend, read_prefix, METH_O),
Expand Down