mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
43d22e85b3
commit
a71a6f81a5
@ -682,7 +682,7 @@ static bool NoneType__repr__(int argc, py_Ref argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static bool ellipsis__repr__(int argc, py_Ref argv) {
|
static bool ellipsis__repr__(int argc, py_Ref argv) {
|
||||||
py_newstr(py_retval(), "Ellipsis");
|
py_newstr(py_retval(), "...");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user