| Current Path : /opt/alt/python37/lib64/python3.7/site-packages/Cython/Utility/__pycache__/ |
| Current File : //opt/alt/python37/lib64/python3.7/site-packages/Cython/Utility/__pycache__/__init__.cpython-37.pyc |
B
Z��Z� � @ s ddd�Z ddd�ZdS ) �digits�
unsigned longc s2 d| d d� � �fdd�t| d dd�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 s&