feat(py): Add Python tuple constructor helper
This commit is contained in:
@@ -169,6 +169,8 @@ type aProgram struct {
|
||||
pyImpTy *types.Signature
|
||||
pyNewList *types.Signature
|
||||
pyListSetI *types.Signature
|
||||
pyNewTuple *types.Signature
|
||||
pyTupleSetI *types.Signature
|
||||
floatFromDbl *types.Signature
|
||||
callNoArgs *types.Signature
|
||||
callOneArg *types.Signature
|
||||
|
||||
Reference in New Issue
Block a user