mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-29 14:22:13 +08:00
3 lines
89 B
Python
3 lines
89 B
Python
class CachedDnsName:
|
|
def __str__(self) -> str: ...
|
|
def get_fqdn(self) -> str: ... |