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

7 lines
105 B
Python

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