unset_nestable_mode# ivy.unset_nestable_mode()[source]# Reset the mode of whether to check if function inputs are ivy.Container to the previous state. Examples >>> ivy.set_nestable_mode(False) >>> ivy.get_nestable_mode() False >>> ivy.unset_nestable_mode() >>> ivy.get_nestable_mode() True Return type: None