(lines: string[])
| 683 | } |
| 684 | |
| 685 | function pushPyExperimentalApiGroupComment(lines: string[]): void { |
| 686 | lines.push("# Experimental: this API group is experimental and may change or be removed."); |
| 687 | } |
| 688 | |
| 689 | /** |
| 690 | * Emit `# Deprecated:` / `# Experimental:` / `# Internal:` comments above a |
no test coverage detected
searching dependent graphs…