From 9baec6814fd50b5398cd9451ad9d32d4d4b8fccc Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Fri, 18 Jun 2021 08:59:49 -0500 Subject: [PATCH] __init__ doc for PytatoArrayContext MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner --- arraycontext/impl/pytato.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arraycontext/impl/pytato.py b/arraycontext/impl/pytato.py index 9483686..7fd739b 100644 --- a/arraycontext/impl/pytato.py +++ b/arraycontext/impl/pytato.py @@ -368,6 +368,8 @@ class PytatoArrayContext(ArrayContext): A :mod:`pyopencl` memory allocator. Can also be None (default) or False to use the default allocator. + + .. automethod:: __init__ """ def __init__(self, queue, allocator=None): -- GitLab