pgAdmin 4 commit: Added docstrings for some newly created functions.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added docstrings for some newly created functions.
Date: 2020-07-15 12:38:03
Message-ID: E1jvgfj-0002EN-6E@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added docstrings for some newly created functions.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5d8c79da3826945c01702ebe60cddd4cc1a82155

Modified Files
--------------
.../schemas/fts_configurations/__init__.py | 12 ++
.../databases/schemas/fts_dictionaries/__init__.py | 12 ++
.../databases/schemas/fts_parsers/__init__.py | 13 +-
.../databases/schemas/fts_templates/__init__.py | 18 ++-
.../databases/schemas/functions/__init__.py | 138 ++++++++++++++++++---
.../servers/databases/schemas/tables/__init__.py | 18 ++-
.../databases/schemas/tables/indexes/__init__.py | 12 ++
.../databases/schemas/tables/indexes/utils.py | 20 ++-
.../servers/databases/schemas/tables/utils.py | 10 +-
9 files changed, 222 insertions(+), 31 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-07-16 09:40:38 Re: [pgAdmin][SonarQube] Shadowing variables
Previous Message Akshay Joshi 2020-07-15 09:35:19 Re: [pgAdmin4][Patch] - SonarQube Fixes