MCPcopy Create free account
hub / github.com/SplootCode/splootcode / formatPythonAssingment

Function formatPythonAssingment

packages/language-python/src/nodes/utils.ts:38–40  ·  view source on GitHub ↗
(value: AssignmentAnnotation)

Source from the content-addressed store, hash-verified

36}
37
38export function formatPythonAssingment(value: AssignmentAnnotation): string {
39 return `→ ${formatPythonData(value.value, value.type)}`
40}
41
42const UnaryOperators = {
43 not: { precedence: 70, type: OperatorType.Not, tokenType: TokenType.Keyword },

Callers 1

annotationToStringFunction · 0.90

Calls 1

formatPythonDataFunction · 0.85

Tested by

no test coverage detected