Handbook
Glossary
make-function-quot ( obj-quot effect -- quot )
Vocabulary
python
.
syntax
.
private
Inputs
obj-quot
an
object
effect
an
object
Outputs
quot
an
object
Definition
USING:
accessors
kernel
python.objects
;
IN:
python.syntax.private
:
make-function-quot
( obj-quot effect -- quot )
[
in>>
gather-args-quot
]
[
out>>
unpack-value-quot
]
bi
swapd
[
[
-rot
call-object-full
]
compose
compose
]
dip
compose
;