MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / get_users

Method get_users

web/setup.py:455–461  ·  view source on GitHub ↗
(username: Optional[str] = None,
                  auth_source: AuthType = None,
                  json: Optional[bool] = False,
                  sqlite_path: Optional[str] = None,
                  )

Source from the content-addressed store, hash-verified

453 @app.command()
454 @update_sqlite_path
455 def get_users(username: Optional[str] = None,
456 auth_source: AuthType = None,
457 json: Optional[bool] = False,
458 sqlite_path: Optional[str] = None,
459 ):
460
461 ManageUsers.get_users_from_db(username, auth_source, True, json)
462
463 def get_users_from_db(username: Optional[str] = None,
464 auth_source: AuthType = None,

Callers

nothing calls this directly

Calls 1

get_users_from_dbMethod · 0.80

Tested by

no test coverage detected