MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / get_prefs

Method get_prefs

web/setup.py:631–635  ·  view source on GitHub ↗
(json: Optional[bool] = False,
                  sqlite_path: Optional[str] = None,
                  )

Source from the content-addressed store, hash-verified

629 @app.command()
630 @update_sqlite_path
631 def get_prefs(json: Optional[bool] = False,
632 sqlite_path: Optional[str] = None,
633 ):
634
635 return ManagePreferences.fetch_prefs()
636
637 def fetch_prefs(id: Optional[bool] = None, json: Optional[bool] = False):
638 """Get Preferences List."""

Callers

nothing calls this directly

Calls 1

fetch_prefsMethod · 0.80

Tested by

no test coverage detected