##// END OF EJS Templates
Remove unnecessary code checking for __repr__ on a subclass of builtin types...
Remove unnecessary code checking for __repr__ on a subclass of builtin types This was added in PR #452, but I believe the previous change makes it redundant.

File last commit:

r22963:2961b531
r24109:0ff4a21c
Show More
print_argv.py
2 lines | 31 B | text/x-python | PythonLexer
import sys
print(sys.argv[1:])