8206:adf11836cfce | 8207:d359172d11be |
---|---|
6 """ | 6 """ |
7 Module implementing the builtin API generator. | 7 Module implementing the builtin API generator. |
8 """ | 8 """ |
9 | 9 |
10 | 10 |
11 class APIGenerator(object): | 11 class APIGenerator: |
12 """ | 12 """ |
13 Class implementing the builtin documentation generator. | 13 Class implementing the builtin documentation generator. |
14 """ | 14 """ |
15 def __init__(self, module): | 15 def __init__(self, module): |
16 """ | 16 """ |