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

6 lines
195 B
Python

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