Skip to content

Commit 40c3821

Browse files
implement it for the base class
1 parent c769de1 commit 40c3821

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arraycontext/impl/pytato/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ def supports_nonscalar_broadcasting(self):
204204
def permits_advanced_indexing(self):
205205
return True
206206

207+
@memoize_method
208+
def get_target(self):
209+
return None
210+
207211
# }}}
208212

209213
# }}}

0 commit comments

Comments
 (0)