File: //proc/self/root/opt/alt/python27/lib64/python2.7/site-packages/numpy/core/tests/test_abc.pyc
�
�9Zc @` s� d d l m Z m Z m Z d d l m Z m Z m Z d d l Z d d l m
Z
d e f d � � YZ e d k r� e � n d S( i ( t divisiont absolute_importt print_function( t TestCaset assert_t run_module_suiteN( t sctypest ABCc B` s, e Z d � Z d � Z d � Z d � Z RS( c C` s� x� t d D]� } t t | � t j � d j | j � � t t | t j � d j | j � � t t | � t j � d j | j � � t t | t j � d j | j � � q Wd S( Nt floats {0} is not instance of Reals {0} is not subclass of Reals {0} is instance of Rationals {0} is subclass of Rational( R R t
isinstancet numberst Realt formatt __name__t
issubclasst Rational( t selft t( ( sL /opt/alt/python27/lib64/python2.7/site-packages/numpy/core/tests/test_abc.pyt test_floats s c C` s� x� t d D]� } t t | � t j � d j | j � � t t | t j � d j | j � � t t | � t j � d j | j � � t t | t j � d j | j � � q Wd S( Nt complexs {0} is not instance of Complexs {0} is not subclass of Complexs {0} is instance of Reals {0} is subclass of Real( R R R R
t ComplexR R
R R ( R R ( ( sL /opt/alt/python27/lib64/python2.7/site-packages/numpy/core/tests/test_abc.pyt test_complex s c C` sf x_ t d D]S } t t | � t j � d j | j � � t t | t j � d j | j � � q Wd S( Nt ints {0} is not instance of Integrals {0} is not subclass of Integral( R R R R
t IntegralR R
R ( R R ( ( sL /opt/alt/python27/lib64/python2.7/site-packages/numpy/core/tests/test_abc.pyt test_int s
c C` sf x_ t d D]S } t t | � t j � d j | j � � t t | t j � d j | j � � q Wd S( Nt uints {0} is not instance of Integrals {0} is not subclass of Integral( R R R R
R R R
R ( R R ( ( sL /opt/alt/python27/lib64/python2.7/site-packages/numpy/core/tests/test_abc.pyt test_uint&