We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently the slice object is not fully implemented. Many features, including instance creation, are not fully implemented and must be implemented.
gpython/builtin/builtin.go
Line 91 in 8c361a8
gpython/py/slice.go
Lines 16 to 18 in 8c361a8
>>> slice(10) slice(None, 10, None) >>> slice(10).indices(0) (0, 0, 1)