Files
django-stubs/django/db/backends/postgresql/client.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

9 lines
174 B
Python

from typing import Dict
def _escape_pgpass(txt: str) -> str: ...
class DatabaseClient:
@classmethod
def runshell_db(cls, conn_params: Dict[str, str]) -> None: ...