bundles / IPython 9.12.0 / IPython / core / completer / _match_number_in_dict_key_prefix
function
IPython.core.completer:_match_number_in_dict_key_prefix
source: /IPython/core/completer.py :1441
Signature
def _match_number_in_dict_key_prefix ( prefix : str ) → Union[str, None] Summary
Match any valid Python numeric literal in a prefix of dictionary keys.
Extended Summary
References: - https://docs.python.org/3/reference/lexical_analysis.html#numeric-literals - https://docs.python.org/3/library/tokenize.html
Aliases
-
IPython.core.completer._match_number_in_dict_key_prefix