2523:139f182b72f6 | 2525:8b507a9a2d40 |
---|---|
6 """ | 6 """ |
7 Module implementing the builtin API generator. | 7 Module implementing the builtin API generator. |
8 | 8 |
9 """ | 9 """ |
10 | 10 |
11 | |
12 from __future__ import unicode_literals # __IGNORE_WARNING__ | |
11 | 13 |
12 class APIGenerator(object): | 14 class APIGenerator(object): |
13 """ | 15 """ |
14 Class implementing the builtin documentation generator. | 16 Class implementing the builtin documentation generator. |
15 """ | 17 """ |