You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.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 :1392

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