Searched refs:source (Results 1 – 1 of 1) sorted by relevance
34 source = "http://www.iana.org/assignments/dns-parameters/dns-parameters-4.csv" variable43 def get_types(source): argument44 for row in csv.reader(io.TextIOWrapper(urllib.request.urlopen(source))):54 types = list(get_types(source))
Completed in 7 milliseconds