File: //opt/alt/python37/lib64/python3.7/site-packages/guppy/sets/__pycache__/__init__.cpython-37.pyc
B
    �]*  �               @   s�   d dl mZ d dl mZ d dl mZ d dl mZ d dl mZ d dl mZ d dl mZ d dl mZ d d	l m	Z	 d
dl
mZ de_eZ
eZe	Zd
d� Zdd� Zye� j W n ek
r�   Y nX dS )�    )�BitSet)�	ImmBitSet)�immbit)�immbitrange)�	immbitset)�	MutBitSet)�NodeSet)�
ImmNodeSet)�
MutNodeSet�   )�_bsz
guppy.setsc             C   s    t � }x| D ]}||O }qW |S )zHReturn a mutable nodeset which is the union of all nodesets in iterable.)�
mutnodeset)�iterable�set�it� r   �F/opt/alt/python37/lib64/python3.7/site-packages/guppy/sets/__init__.py�mutnodeset_union   s    
r   c             G   s   t | �}t|f|�� S )zLReturn an immmutable nodeset which is the union of all nodesets in iterable.)r   �
immnodeset)r   �argsr   r   r   r   �immnodeset_union"