pycatia.scripts.checking

pycatia.scripts.checking.check_type(object_, type_)

Function to check the object type and raise an error if the wrong expected type is supplied.

Parameters:
  • object – Any python object.

  • type – Any python or pycatia type.