rlcompleter.Completer.global_matches

Completer.global_matches(text)[source]

Compute matches when text is a simple name.

Return a list of all keywords, built-in functions and names currently defined in self.namespace that match.