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

Function pyExperimentalComment

scripts/codegen/python.ts:70–72  ·  view source on GitHub ↗
(subject: PyExperimentalSubject, indent = "")

Source from the content-addressed store, hash-verified

68type PyExperimentalSubject = "type" | "enum" | "event";
69
70function pyExperimentalComment(subject: PyExperimentalSubject, indent = ""): string {
71 return `${indent}# Experimental: this ${subject} is part of an experimental API and may change or be removed.`;
72}
73
74function rewriteExternalRefsForPython(schema: JSONSchema7 & { definitions?: Record<string, JSONSchema7> }): {
75 placeholderNames: Map<string, string>;

Callers 2

generateRpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…