You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
{{#apiInfo}}
|
|
{{#apis}}
|
|
{{#-first}}
|
|
{{>partial_header}}
|
|
# do not import all apis into this module because that uses a lot of memory and stack frames
|
|
# if you need the ability to import all apis from one package, import them with
|
|
# from {{packageName}}.apis import {{classname}}
|
|
{{/-first}}
|
|
{{/apis}}
|
|
{{/apiInfo}}
|