mirror of
https://github.com/wassname/ray.git
synced 2026-08-07 11:27:43 +08:00
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:
committed by
Philipp Moritz
parent
c45342e39d
commit
674ec3a3cb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user