import os alias hare os.system('kill %d' % os.getpid()) alias hare9 os.system('kill -9 %d' % os.getpid()) alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get('OID_STR_TO_NAME', {}),)))