]> Sergey Matveev's repositories - dotfiles.git/blob - .pdbrc
aaaedb9882b42626c3241e0f2a10600f74487754
[dotfiles.git] / .pdbrc
1 import os
2
3 alias hare os.system("kill %d" % os.getpid())
4 alias hare9 os.system("kill -9 %d" % os.getpid())
5 alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get("OID_STR_TO_NAME", {}),)))