Files
django-stubs/django-stubs-generated/contrib/messages/utils.pyi
2018-11-10 17:49:18 +03:00

5 lines
80 B
Python

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