mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 07:21:56 +08:00
9 lines
174 B
Python
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: ... |