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

8 lines
106 B
Python

from typing import Any, Optional
class CachedDnsName:
def get_fqdn(self) -> str: ...
DNS_NAME: Any