## Description `sdk/src/opendecree/client.py:167-203` declares `def get(self, ..., type=None)`, shadowing the builtin. Rename to `value_type` (or `as_`).
Description
sdk/src/opendecree/client.py:167-203declaresdef get(self, ..., type=None), shadowing the builtin. Rename tovalue_type(oras_).