관리-도구
편집 파일: minicompat.cpython-35.opt-2.pyc
���]' � @ sc d d d d g Z d d l Z e f Z Gd d � d e � Z Gd d � d e � Z d d � Z d S) �NodeList� EmptyNodeList�StringTypes�defproperty� Nc @ s[ e Z d Z f Z d d � Z d d � Z d d � Z e e e d d �Z d d � Z d S)r c C s. d | k o t | � k n r* | | Sd S)Nr )�len)�self�index� r �//opt/alt/python35/lib64/python3.5/minicompat.py�item5 s "z NodeList.itemc C s t | � S)N)r )r r r r �_get_length9 s zNodeList._get_lengthc C s t j j d � � d S)Nz.attempt to modify read-only attribute 'length')�xml�dom�NoModificationAllowedErr)r �valuer r r �_set_length<