项目作者: davep
项目描述 :
Command to get a full dotted path for a current Python function definition
高级语言: Emacs Lisp
项目地址: git://github.com/davep/pypath.el.git
pypath.el
pypath.el
is a quick-and-dirty tool to help me find the dotted path/name
of the current defun in a Python file. It’s mostly useful when I want to
test a very specific unit test when working on a Django application.
It’s highly unlikely to be useful to anyone else.