##// END OF EJS Templates
Catpure tuple-formed dict accesses
Corentin Cadiou -
Show More
@@ -1641,6 +1641,14 b' class IPCompleter(Completer):'
1641 1641 )
1642 1642 \[ # open bracket
1643 1643 \s* # and optional whitespace
1644 ((?:[uUbB]? # string prefix (r not handled)
1645 (?:
1646 '(?:[^']|(?<!\\)\\')*'
1647 |
1648 "(?:[^"]|(?<!\\)\\")*"
1649 )
1650 \s*,\s*
1651 )*)
1644 1652 ([uUbB]? # string prefix (r not handled)
1645 1653 (?: # unclosed string
1646 1654 '(?:[^']|(?<!\\)\\')*
General Comments 0
You need to be logged in to leave comments. Login now