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

Function pushPyExperimentalComment

scripts/codegen/python.ts:681–683  ·  view source on GitHub ↗
(lines: string[], subject: PyExperimentalSubject, indent = "")

Source from the content-addressed store, hash-verified

679}
680
681function pushPyExperimentalComment(lines: string[], subject: PyExperimentalSubject, indent = ""): void {
682 lines.push(pyExperimentalComment(subject, indent));
683}
684
685function pushPyExperimentalApiGroupComment(lines: string[]): void {
686 lines.push("# Experimental: this API group is experimental and may change or be removed.");

Callers 4

getOrCreatePyEnumFunction · 0.85
emitPyClassFunction · 0.85

Calls 2

pyExperimentalCommentFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…