Files
django-stubs/django/core/management/commands/dumpdata.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

6 lines
192 B
Python

from django.core.management.base import CommandParser
class Command:
def add_arguments(self, parser: CommandParser) -> None: ...
def handle(self, *app_labels, **options) -> None: ...