error_attr_python#

Module containing error subroutines related to Python object attributes.

Functions

check_is_callable

Subroutine to check whether a Python object is callable.

check_is_iterable

Subroutine to check whether a Python object is iterable.

error_readonly

Subroutine to raise a read-only AttributeError with a custom error message.