Searched refs:stdio_location (Results 1 – 1 of 1) sorted by relevance
456 def GetStdioContents(stdio_location): argument465 if stdio_location.startswith('http://'):466 fp = urllib2.urlopen(stdio_location, timeout=60)479 fp = open(stdio_location)492 stdio_location)501 stdio_location)511 stdio_location, str(e))553 stdio_location = stdio['location']554 contents = GetStdioContents(stdio_location)