You are viewing a single comment's thread. Return to all comments →
from operator import methodcaller class List(list): def print(self): print(self) (...)
Seems like cookies are disabled on this browser, please enable them to open this website
Lists
You are viewing a single comment's thread. Return to all comments →