src/eric7/QScintilla/DocstringGenerator/__init__.py

branch
eric7
changeset 10665
66564661c3b5
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10664:56d55d022ce8 10665:66564661c3b5
18 @type Editor 18 @type Editor
19 @return reference to the created docstring generator 19 @return reference to the created docstring generator
20 @rtype BaseDocstringGenerator 20 @rtype BaseDocstringGenerator
21 """ 21 """
22 if editor.isPyFile() or editor.getFileType() in ( 22 if editor.isPyFile() or editor.getFileType() in (
23 "Cython",
23 "Python", 24 "Python",
24 "Python3", 25 "Python3",
25 "MicroPython", 26 "MicroPython",
26 ): 27 ):
27 from .PyDocstringGenerator import ( # __IGNORE_WARNING_I101__ 28 from .PyDocstringGenerator import ( # __IGNORE_WARNING_I101__

eric ide

mercurial