Lines Matching refs:Python
950 // Check for named captures, first introduced in Python's regexp library.
953 // (?P<name>expr) the original, introduced by Python
957 // Perl 5.10 gave in and implemented the Python version too,
960 // support all three as well. EcmaScript 4 uses only the Python form.
1055 // Python rejects names starting with digits.