python (3.11.7)
    e;                     j   d Z ddlZddlZddlZddlmZ ddlmZmZ d Z	 G d d          Z
 G d d	          Z G d
 d          Z G d d
          Z
 G d d          Z G d d          Z G d d          ZddlmZ d Z G d de          Z G d de          Z G d dej                  ZdS )z3
Tests common to tuple, list and UserList.UserList
    N)support)	ALWAYS_EQNEVER_EQc              #      K   | D ]}|V  dS )zRegular generatorN seqnis     B/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/test/seq_tests.pyiterfuncr   
   s*      
       c                       e Zd ZdZd Zd ZdS )SequencezSequence using __getitem__c                     || _         d S Nr	   selfr	   s     r   __init__zSequence.__init__   s
    			r
   c                     | j         |         S r   r   r   r
   s     r   __getitem__zSequence.__getitem__   s    y|r
   N)__name__
__module____qualname____doc__r   r   r   r
   r   r   r      s8                r
   r   c                   $    e Zd ZdZd Zd Zd ZdS )IterFuncz Sequence using iterator protocolc                 "