{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / completer / Completer / global_matches

function

IPython.core.completer:Completer.global_matches

source: /IPython/core/completer.py :1128

Signature

def   global_matches ( self text : str context : Optional[CompletionContext] = None )

Summary

Compute matches when text is a simple name.

Extended Summary

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

Aliases

  • IPython.core.completer.Completer.global_matches