Lines Matching refs:get
23 local machine. Port number 0 can be used to get an arbitrary unused port.
95 cls = sys.modules.get(func.__module__)
320 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0])
353 lastupdate, result = cache.get(filename, (None, None))
467 PYTHONDOCS = os.environ.get("PYTHONDOCS",
503 docloc = os.environ.get("PYTHONDOCS", self.PYTHONDOCS)
650 name, module = object.__name__, sys.modules.get(object.__module__)
792 module = sys.modules.get(modname)
1568 use_pager = os.environ.get('MANPAGER') or os.environ.get('PAGER')
1572 elif os.environ.get('TERM') in ('dumb', 'emacs'):
1576 if os.environ.get('TERM') in ('dumb', 'emacs'):
1654 h = int(os.environ.get('LINES', 0))
1740 """Given an object or a path to an object, get the object and its name."""
1746 Use help() to get the interactive help utility.
1886 topics = symbols.get(symbol, topic)
2026 # get deleted while cleaning input
2073 Enter the name of any module, keyword, or topic to get help on writing
2077 To get a list of available modules, keywords, symbols, or topics, type
2098 Here is a list of the Python keywords. Enter any keyword to get more help.
2106 to. Enter any symbol to get more help.
2113 Here is a list of available topics. Enter any topic name to get more help.
2127 target = self.topics.get(topic, self.keywords.get(topic))
2166 target = self.topics.get(topic, self.keywords.get(topic))
2186 If there are any, enter a module name to get more help.
2206 Enter any module name to get more help. Or, type "modules spam" to search
2299 Then get or generate some text or HTML code and return it.
2307 You can then use serverthread.port to get the port number.
2313 and get first page. Use serverthread.url as the starting page.
2483 <form action="get" style='display:inline;'>
2644 elif op == "get?key":
2722 # Scripts may get the current directory in their path by default if they're
2826 number 0 can be used to get an arbitrary unused port.