yasnippet-snippets/python-mode
James Ferguson 69acbbc297 python-mode/super: autogenerate class/method
Auto-fill class and function name for the super call.
2014-10-03 09:50:33 -04:00
..
.yas-parents add missing yas-parent for python 2014-06-03 16:41:39 +01:00
.yas-setup.el (lambda (x) ...) doesn't need to be quoted 2014-05-11 12:58:40 -04:00
__contains__ reorder python snippets 2013-11-27 21:36:32 +00:00
__enter__ reorder python snippets 2013-11-27 21:36:32 +00:00
__exit__ reorder python snippets 2013-11-27 21:36:32 +00:00
__getitem__ reorder python snippets 2013-11-27 21:36:32 +00:00
__len__ reorder python snippets 2013-11-27 21:36:32 +00:00
__new__ reorder python snippets 2013-11-27 21:36:32 +00:00
__setitem__ reorder python snippets 2013-11-27 21:36:32 +00:00
all new pythoon 2012-03-12 21:06:46 +00:00
arg more reorganization 2013-11-27 21:54:30 +00:00
arg_positional more reorganization 2013-11-27 21:54:30 +00:00
ass reorder python snippets 2013-11-27 21:36:32 +00:00
assertEqual reorder python snippets 2013-11-27 21:36:32 +00:00
assertFalse reorder python snippets 2013-11-27 21:36:32 +00:00
assertIn assert In for Python unittest 2013-12-12 15:59:28 +00:00
assertNotEqual new testing snippet 2013-12-05 16:28:06 +00:00
assertRaises reorder python snippets 2013-11-27 21:36:32 +00:00
assertRaises.with keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
assertTrue more reorganization 2013-11-27 21:54:30 +00:00
assetNotIn more general test class and assertNotIn 2014-02-27 14:51:13 +00:00
celery_pdb new group and ipdb snippet 2014-05-17 16:53:22 +01:00
classmethod more reorganization 2013-11-27 21:54:30 +00:00
cls keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
dec fixme 2013-11-05 11:16:07 +00:00
deftest more reorganization 2013-11-27 21:54:30 +00:00
django_test_class django test class 2014-08-14 11:09:00 +01:00
doc triple string 2013-12-04 11:33:58 +00:00
doctest more reorganization 2013-11-27 21:54:30 +00:00
eq reorder python snippets 2013-11-27 21:36:32 +00:00
for reorder python snippets 2013-11-27 21:36:32 +00:00
from new logger name 2011-12-19 17:06:38 +00:00
function remove extra function 2013-12-06 17:16:09 +00:00
function_docstring Function/methods with automatic arg docstrings 2013-12-06 13:22:42 -05:00
if keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
ife keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
ifmain keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
import remove all user entries 2011-12-11 19:12:17 +00:00
init remove a few contributor settings 2011-12-11 19:05:59 +00:00
init_docstring Function/methods with automatic arg docstrings 2013-12-06 13:22:42 -05:00
interact interact in python code 2011-06-05 10:57:55 +02:00
ipdbdebug new group and ipdb snippet 2014-05-17 16:53:22 +01:00
iter reorder python snippets 2013-11-27 21:36:32 +00:00
lambda remove a few contributor settings 2011-12-11 19:05:59 +00:00
list remove all user entries 2011-12-11 19:12:17 +00:00
logger_name new logger name 2011-12-19 17:06:38 +00:00
logging remove all user entries 2011-12-11 19:12:17 +00:00
main cmake / python / rst snippets 2011-10-21 17:14:36 +01:00
metaclass more reorganization 2013-11-27 21:54:30 +00:00
method more reorganization 2013-11-27 21:54:30 +00:00
method_docstring Function/methods with automatic arg docstrings 2013-12-06 13:22:42 -05:00
not_impl remove a few contributor settings 2011-12-11 19:05:59 +00:00
np remove all user entries 2011-12-11 19:12:17 +00:00
parse_args more reorganization 2013-11-27 21:54:30 +00:00
parser more reorganization 2013-11-27 21:54:30 +00:00
pass add a whole bunch of snippets taken from other people 2011-11-03 14:07:34 +00:00
print new python snippets 2011-06-26 16:45:27 +02:00
prop keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
reg remove all user entries 2011-12-11 19:12:17 +00:00
repr reorder python snippets 2013-11-27 21:36:32 +00:00
return endline in return 2011-10-29 11:49:06 +01:00
script keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
self more reorganization 2013-11-27 21:54:30 +00:00
self_without_dot more reorganization 2013-11-27 21:54:30 +00:00
selfassign more reorganization 2013-11-27 21:54:30 +00:00
setdef remove all user entries 2011-12-11 19:12:17 +00:00
setup more reorganization 2013-11-27 21:54:30 +00:00
size add a js-mode directory and more python scripts 2011-10-08 16:38:06 +01:00
static remove a few contributor settings 2011-12-11 19:05:59 +00:00
str reorder python snippets 2013-11-27 21:36:32 +00:00
super python-mode/super: autogenerate class/method 2014-10-03 09:50:33 -04:00
test_class keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
test_file reorder python snippets 2013-11-27 21:36:32 +00:00
trace new group and ipdb snippet 2014-05-17 16:53:22 +01:00
try try claus 2012-02-02 13:42:05 +00:00
tryelse three more snippets 2012-01-26 16:31:06 +00:00
unicode more reorganization 2013-11-27 21:54:30 +00:00
utf8 utf8 encoding snippet in python-mode 2014-03-12 08:36:04 +01:00
while keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
with keep indentation of 4 for python snippets 2014-08-14 10:22:16 -04:00
with_statement more reorganization 2013-11-27 21:54:30 +00:00