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