Files
django-stubs/django-stubs-generated/contrib/messages/utils.pyi
2018-12-03 18:52:44 +03:00

4 lines
79 B
Python

from typing import Dict, Optional
def get_level_tags() -> Dict[int, str]: ...