mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
10
django-stubs-generated/db/backends/postgresql/client.pyi
Normal file
10
django-stubs-generated/db/backends/postgresql/client.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
from django.db.backends.base.client import BaseDatabaseClient
|
||||
|
||||
|
||||
class DatabaseClient(BaseDatabaseClient):
|
||||
executable_name: str = ...
|
||||
@classmethod
|
||||
def runshell_db(cls, conn_params: Dict[str, str]) -> None: ...
|
||||
def runshell(self) -> None: ...
|
||||
Reference in New Issue
Block a user