MCPcopy Index your code
hub / github.com/github/copilot-sdk / pushPyExperimentalApiGroupComment

Function pushPyExperimentalApiGroupComment

scripts/codegen/python.ts:685–687  ·  view source on GitHub ↗
(lines: string[])

Source from the content-addressed store, hash-verified

683}
684
685function 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

Callers 3

emitPyApiGroupFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…