Create copy of locals() before copying, since modifying locals does not always...
Create copy of locals() before copying, since modifying locals does not always affect the values. https://docs.python.org/2/library/functions.html#locals. PiperOrigin-RevId: 193116254
Loading
Please sign in to comment