1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2025-12-18 20:10:24 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
d8a44e8439 Get rid of catch-everything exception mechanism.
It seams, that entire block for looking for tags has been closed between
try:except keywords, catching all the exceptions, which is not necessary just
for iterating all over the file looking for particular pattern. Remove it
until real problem appear on wild - for sure I will extensively test that ;).
2016-05-19 21:24:22 +02:00
03f3c9ef1e Unifying regexp for detecting class/function
Removing unnecessary functions for "detecting" context of the
class/function. Unifying regexp for detecting class/method/function,
get rid of excess iterator as a facade for vim buffer. Simplifying function
for gathering tags.
2016-05-19 21:14:07 +02:00
c9e210a331 Get rid of globals 2016-05-19 06:48:31 +02:00
327dce4b7a Refactor PythonTag class 2016-05-18 21:22:21 +02:00
9809859c73 Enforce PEP8 on the Python code 2016-05-18 21:16:23 +02:00
d40dbfe22b Separate vim and pthon scripts 2016-05-18 20:19:10 +02:00