summaryrefslogtreecommitdiff
path: root/dns/name.pyi
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-01 13:06:19 -0700
committerBob Halley <halley@dnspython.org>2020-05-01 13:06:19 -0700
commit03f5906b4754fe0bab7af72b2ce5b713f7fd06e4 (patch)
treebc97e64b5d1e53b7d6fc45739019a51abbfbd7c6 /dns/name.pyi
parent84b83f9f2c08ad66597420753dc9671d21d6a37c (diff)
downloaddnspython-03f5906b4754fe0bab7af72b2ce5b713f7fd06e4.tar.gz
add missing type declarations
Diffstat (limited to 'dns/name.pyi')
-rw-r--r--dns/name.pyi2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/name.pyi b/dns/name.pyi
index 5a8061b..2fc37ad 100644
--- a/dns/name.pyi
+++ b/dns/name.pyi
@@ -1,5 +1,7 @@
from typing import Optional, Union, Tuple, Iterable, List
+have_idna_2008: bool
+
class Name:
def is_subdomain(self, o : Name) -> bool: ...
def is_superdomain(self, o : Name) -> bool: ...