added generic wrapper for cs.Array
This commit is contained in:
parent
31a10dcc88
commit
747bfaebd1
1 changed files with 6 additions and 0 deletions
|
|
@ -37,5 +37,11 @@ else:
|
|||
class Context:
|
||||
pass
|
||||
|
||||
class Array(
|
||||
t.Generic[SubconParsedType, SubconBuildTypes, ParsedType, BuildTypes],
|
||||
cs.Array,
|
||||
):
|
||||
pass
|
||||
|
||||
ConstantOrContextLambda = t.Union[ValueType, t.Callable[[Context], t.Any]]
|
||||
PathType = str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue