Commit Graph

17 Commits

Author SHA1 Message Date
Andrea Crotti d5ef8ed2b3
Merge pull request #327 from adrianstaniec/patch-1
Create ic.py
2020-06-06 12:49:44 +01:00
Igor Dejanovic 280f6196ce Fix python pudb snippet. 2019-11-12 12:14:34 +01:00
Štěpán Němec 27f4d48cbf Don't add anonymous functions to hooks, use named functions instead
This makes the functions transparent (clear where they came from) and
accessible (compilable, removable, reusable, redefinable).
2019-11-06 00:25:02 +01:00
Roey Darwish Dror 6b8fc8abd3 Change variable order in Python try snippets
By changing the code inside the try block to $0 it is possible to wrap the action region with a
try/except block when yas-wrap-around-region is set to t.
2019-11-04 09:36:28 +02:00
Roey Darwish Dror d861e371da Delete duplicate snippets 2019-10-30 13:03:31 +02:00
Roey Darwish Dror 9eafd734bf Add snippets for all major Python debuggers 2019-10-30 11:34:38 +02:00
adrianstaniec f8d43f6eae
Create ic.py
handy for cave-man debugging
2019-07-10 08:59:08 +02:00
Daniel dd33a45cca ENH: Also add python/method_docstring_numpy 2019-04-19 23:20:53 +02:00
quazgar 2cf323c593
Fixed wrong snippet name 2019-04-19 23:06:45 +02:00
quazgar c12221e72f
Create init_docstring_numpy
Equivalent to `function_docstring_numpy`, with equivalent shortcut key.
2019-04-19 23:02:27 +02:00
Andrea Crotti a4fa2e3596
add all the missing modes 2019-03-09 18:35:58 +00:00
Daniel Furtado 1efb8f6624 Snippets for dataclasses and enumerations. 2018-12-30 15:41:02 +01:00
Dan Pitic ffc08ac17f Removed newline from C and NASM function Doxygen snippet. Added new
Python class and function Doxygen snippets.
2018-09-17 20:56:24 +08:00
Julio Oliveira 2b4c4d7ef7 Fix python-mode/function_docstring_numpy docstring indentation (#256) 2018-03-07 13:18:25 +00:00
Avelino e62b18c771 create python snippet bang #! (#213) 2017-09-08 12:34:01 +01:00
振宗 e3739ecc73 Update metaclass (#210) 2017-09-03 16:50:10 +01:00
Andrea Crotti 0253a7eb57 move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00