| Did you know ... | Search Documentation: |
| Predicate py_hasattr/2 |
[nondet]py_hasattr(+ModuleOrObj,
?Name)hasattr(). If Name is
unbound, this enumerates the members of py_object_dir/2.
| ModuleOrObj | If this is an atom it refers to a module, otherwise it must be a Python object reference. |