From: Karl O. Pinc Date: Wed, 19 Jun 2024 22:43:14 +0000 (-0500) Subject: Better class docs X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=69b9a123024a3feba5948e4102b0fe06573cdc97;p=pgwui_core Better class docs --- diff --git a/src/pgwui_core/core.py b/src/pgwui_core/core.py index 96c1549..64d84c2 100644 --- a/src/pgwui_core/core.py +++ b/src/pgwui_core/core.py @@ -649,10 +649,10 @@ def format_exception(ex): @attrs.define(slots=False) class SQLCommand(): ''' - An SQL command that returns nothing + An SQL command or commands Attributes: - stmt The statement, formatted for psycopg3 substitution + stmt The statement or statements, formatted for psycopg3 substitution args Tuple of arguments used to substitute when executed. ec(ex) Produces the exception to raise an instance of on failure Input: