bundles / IPython 9.12.0 / IPython / core / completer / IPCompleter / dict_key_matches
function
IPython.core.completer:IPCompleter.dict_key_matches
source: /IPython/core/completer.py :3017
Signature
def dict_key_matches ( self , text : str ) → list[str] Summary
Match string keys in a dictionary, after e.g. foo[.
Extended Summary
Aliases
-
IPython.core.completer.IPCompleter.dict_key_matches