| Current Path : /opt/alt/python35/lib64/python3.5/site-packages/Cython/Utility/__pycache__/ |
| Current File : //opt/alt/python35/lib64/python3.5/site-packages/Cython/Utility/__pycache__/__init__.cpython-35.pyc |
Z��Z� � @ s( d d d d � Z d d d d � Z d S)�digitsz
unsigned longc s? d | d d j � � f d d � t | d d d � D� � S) z�
Generate an unrolled shift-then-or loop over the first 'count' digits.
Assumes that they fit into 'join_type'.
(((d[2] << n) | d[1]) << n) | d[0]
�(� z | c 3 s1 | ]'