pyart.io._rsl_interface._RslRay.__subclasshook__

static _RslRay.__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

Previous topic

pyart.io._rsl_interface._RslRay.__sizeof__

Next topic

pyart.io.sigmet.read_sigmet

This Page