mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
11
django-stubs-generated/db/backends/sqlite3/creation.pyi
Normal file
11
django-stubs-generated/db/backends/sqlite3/creation.pyi
Normal file
@@ -0,0 +1,11 @@
|
||||
from typing import Any, Optional, Tuple
|
||||
|
||||
from django.db.backends.base.creation import BaseDatabaseCreation
|
||||
|
||||
|
||||
class DatabaseCreation(BaseDatabaseCreation):
|
||||
connection: django.db.backends.sqlite3.base.DatabaseWrapper
|
||||
@staticmethod
|
||||
def is_in_memory_db(database_name: str) -> bool: ...
|
||||
def get_test_db_clone_settings(self, suffix: Any): ...
|
||||
def test_db_signature(self) -> Tuple[str, str]: ...
|
||||
Reference in New Issue
Block a user