generate pytask from string and string from pytask (#188)

* pytask creation from bytestring: saving work

* pytask now works

* documentation and tests

* linting

* Lint and fix test case
This commit is contained in:
Alexey Tumanov
2017-01-08 02:16:40 -08:00
committed by Philipp Moritz
parent c45342e39d
commit 674ec3a3cb
5 changed files with 78 additions and 10 deletions
+3
View File
@@ -39,6 +39,9 @@ PyObject *PyObjectID_make(object_id object_id);
PyObject *check_simple_value(PyObject *self, PyObject *args);
PyObject *PyTask_to_string(PyObject *, PyObject *args);
PyObject *PyTask_from_string(PyObject *, PyObject *args);
PyObject *compute_put_id(PyObject *self, PyObject *args);
PyObject *PyTask_make(task_spec *task_spec);