hi what's the equivalent of _.getitem(stuff) in python script? the only way i know of is by binding _, and refer to it as ob=_.getitem(stuff) is this the *only* way? thanks