mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 05:24:53 +08:00
6 lines
195 B
Python
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: ... |