Open dalejung opened 11 years ago
Currently I wrap callables but not item selectables.
So I'd have to check for __getitem__ and then return a wrap for that.
__getitem__
Currently I wrap callables but not item selectables.
So I'd have to check for
__getitem__
and then return a wrap for that.