{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / completer / IPCompleter / dict_key_matches

function

IPython.core.completer:IPCompleter.dict_key_matches

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

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