# meshed.scrap.dask_graph_language

How to make dags from the dask specification

See [https://docs.dask.org/en/latest/graphs.html#example](https://docs.dask.org/en/latest/graphs.html#example) for the specification

### Functions

| `add`(a, b)                                        |    |
|----------------------------------------------------|----|
| `inc`(i)                                           |    |
| `node_funcs_from_dask_graph_dict`(dask_graph_dict) |    |
