MCPcopy Create free account
hub / github.com/Glyphack/enderpy / TypeVarTuple

Class TypeVarTuple

parser/src/ast.rs:1101–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099// https://docs.python.org/3/library/ast.html#ast.TypeVarTuple
1100#[derive(Debug, Clone)]
1101pub struct TypeVarTuple {
1102 pub node: Node,
1103 pub name: String,
1104}
1105
1106// https://docs.python.org/3/library/ast.html#ast.TypeAlias
1107#[derive(Debug, Clone)]

Callers 1

parse_type_parametersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected