mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +08:00
make pep561 compliant
This commit is contained in:
9
django-stubs/core/management/commands/runserver.pyi
Normal file
9
django-stubs/core/management/commands/runserver.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.core.handlers.wsgi import WSGIHandler
|
||||
from django.core.management.base import CommandParser
|
||||
|
||||
|
||||
class Command:
|
||||
def add_arguments(self, parser: CommandParser) -> None: ...
|
||||
def execute(self, *args, **options) -> None: ...
|
||||
def get_handler(self, *args, **options) -> WSGIHandler: ...
|
||||
def handle(self, *args, **options) -> None: ...
|
||||
Reference in New Issue
Block a user