get_nestable_mode#

ivy.get_nestable_mode()[source]#

Get the current mode of whether to check if function inputs are ivy.Container. Default is True.

Examples

>>> ivy.get_exception_trace_mode()
True
>>> ivy.set_nestable_mode(False)
>>> ivy.get_exception_trace_mode()
False
Return type:

bool