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__ |