ulkb.Object.check_theory#

Object.check_theory(func_name='check_theory', arg_name=None, arg_position=None)#

Checks whether object is an instance of Theory.

Parameters:
  • func_name – Function name.

  • arg_name – Argument name.

  • arg_position – Argument position.

Returns:

Theory.

Raises:

TypeError – Object is not an instance of Theory.