feat(py): Add Python tuple constructor helper

This commit is contained in:
AN Long
2024-08-14 21:39:20 +08:00
parent 9f1100b967
commit bbeceae42e
5 changed files with 62 additions and 2 deletions

View File

@@ -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