Handbook
Glossary
partition ( self sep -- bef sep aft )
Vocabulary
python
.
modules
.
builtins
Inputs
self
an
object
sep
an
object
Outputs
bef
an
object
sep
an
object
aft
an
object
Definition
USING:
kernel
python
python.objects
sequences.generalizations
;
IN:
python.modules.builtins
:
partition
( self sep -- bef sep aft )
1
narray
array>py-tuple
f
rot
"partition"
getattr
-rot
call-object-full
py-tuple>array
3
firstn
;
inline