Home
last modified time | relevance | path

Searched refs:source (Results 1 – 1 of 1) sorted by relevance

/scripts/
A Dgen-rrtypes.py34 source = "http://www.iana.org/assignments/dns-parameters/dns-parameters-4.csv" variable
43 def get_types(source): argument
44 for row in csv.reader(io.TextIOWrapper(urllib.request.urlopen(source))):
54 types = list(get_types(source))

Completed in 7 milliseconds