Handbook
Glossary
missing-type? ( object -- ? )
Vocabulary
python
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
missing-type
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
python
:
missing-type?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
missing-type
eq?
]
[
drop
f
]
if
;