Skip to content
Snippets Groups Projects
Unverified Commit 14dd9ab5 authored by Matthias Diener's avatar Matthias Diener Committed by GitHub
Browse files

add @property

parent 8548a150
No related branches found
No related tags found
No related merge requests found
......@@ -528,6 +528,7 @@ class PytatoArrayContext(ArrayContext):
return pt.einsum(spec, *(preprocess_arg(arg) for arg in args))
@property
def permits_inplace_modification(self):
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment