partition ( self sep -- bef sep aft )


Vocabulary
python.modules.builtins

Inputs
selfan object
sepan object


Outputs
befan object
sepan object
aftan object


Definition