is_sub_class

s100py.s1xx.is_sub_class(cls, clsinfo)

Python 3.7+ changed the behavior of issubclass to raise an exception if the cls object is not a class. So when a function is passed in (numpy.array vs numpy.ndarray) it raises an exception that we don’t want.