Home
last modified time | relevance | path

Searched refs:UntypedAttributeError (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Derrors.py607 class UntypedAttributeError(TypingError): class
617 super(UntypedAttributeError, self).__init__(msg, loc=loc)
H A Dtypeinfer.py26 from numba.core.errors import (TypingError, UntypedAttributeError,
707 raise UntypedAttributeError(ty, self.attr,