I created this function in Python 2.7 with ipython:
ipython
def _(v): return v
later if I call _(somevalue), I get
_(somevalue)
If you create a variable assigned to "_" it gets masked/masks the system variable _.