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