From 8bca75b8a6b10f9d6ff42c35ff627debda824d4f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 13 Jul 2024 22:08:47 -0500 Subject: [PATCH] Improved internal docs --- src/pgwui_core/core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pgwui_core/core.py b/src/pgwui_core/core.py index 7abecec..ff68d7a 100644 --- a/src/pgwui_core/core.py +++ b/src/pgwui_core/core.py @@ -1167,6 +1167,8 @@ class DBHandler(): Post-processing to wrap up after the data is in the db (Post-processing is referred to as "cleanup" presently.) Rendering the html output + Overriding UploadForm values by having write() directly alter the + response The get_data, factory, and cleanup have two possible ways to report errors. They can raise an exception or raise the "special" exception -- 2.34.1