Here are lines 431 through 433:
if expr.startswith('new '): obj = expr[4:] if obj.startswith('Date('):
Here are lines 431 through 433: