set_assertion_enabled

tfsnippet.utils.set_assertion_enabled(*args, **kwargs)

Set whether or not to enable assertions?

If the assertions are disabled, then assert_deps() will not execute any given operations.

Deprecated since version set: tfsnippet.settings.enable_assertions = True/False instead