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

Class TypeVar

parser/src/ast.rs:1086–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084// https://docs.python.org/3/library/ast.html#ast.TypeVar
1085#[derive(Debug, Clone)]
1086pub struct TypeVar {
1087 pub node: Node,
1088 pub name: String,
1089 pub bound: Option<Expression>,
1090}
1091
1092// https://docs.python.org/3/library/ast.html#ast.ParamSpec
1093#[derive(Debug, Clone)]

Callers 1

parse_type_parametersMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected