| Did you know ... | Search Documentation: |
| Predicate py_isinstance/2 |
:- use_module(library(janus)).
[semidet]py_isinstance(+ObjRef,
+Type)isinstance(ObjRef)
in Python.
| Type | is either a term Module:Type
or a plain atom to refer to a built-in type. |