sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Augray/context

Open augray opened this issue 2 years ago • 0 comments

To be used within a func like this:

import sematic

@sematic.func
def my_func() -> None:
    print("Root id is: {}".format(sematic.context().root_id))
    return None

augray avatar Oct 06 '22 01:10 augray