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