项目作者: davep

项目描述 :
Command to get a full dotted path for a current Python function definition
高级语言: Emacs Lisp
项目地址: git://github.com/davep/pypath.el.git
创建时间: 2019-06-28T15:58:15Z
项目社区:https://github.com/davep/pypath.el

开源协议:GNU General Public License v3.0

下载


pypath.el

Commentary:

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.