mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 07:47:09 +08:00
initial commit
This commit is contained in:
10
django/db/backends/mysql/client.pyi
Normal file
10
django/db/backends/mysql/client.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
from typing import (
|
||||
Dict,
|
||||
List,
|
||||
Optional,
|
||||
)
|
||||
|
||||
|
||||
class DatabaseClient:
|
||||
@classmethod
|
||||
def settings_to_cmd_args(cls, settings_dict: Dict[str, Union[str, None]]) -> List[str]: ...
|
||||
Reference in New Issue
Block a user