Skip to content

Annotations for method executed on runtime #88

@echarles

Description

@echarles

In the following example, x and y are provided to the runtime, and the returned value is available in the z variable.

@datalayer(runtime="", inputs=[x, y], output=z)
def example_method(x, y)
    return x * y

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions