Home | History | Annotate | Download | only in syntax

Lines Matching refs:introduced

950 	// Check for named captures, first introduced in Python's regexp library.
953 // (?P<name>expr) the original, introduced by Python