##// END OF EJS Templates
fixed honoring custom repr for NamedTuple if assigned by partialmethod (#14466)...
fixed honoring custom repr for NamedTuple if assigned by partialmethod (#14466) Fixes #14465. - added test `test_custom_repr_namedtuple_partialmethod`

File last commit:

r27843:667f3cbe
r28795:0a293a6a merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)