AlkantarClanX12
Current Path : /opt/alt/python33/lib64/python3.3/xml/dom/__pycache__/ |
Current File : //opt/alt/python33/lib64/python3.3/xml/dom/__pycache__/minicompat.cpython-33.pyo |
� ��f c @ si d Z 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( u� Python version compatibility support for minidom. This module contains internal implementation details and should not be imported; use xml.dom.minidom instead. u NodeListu EmptyNodeListu StringTypesu defpropertyi Nc B sk | Ee Z d Z f Z d d � Z d d � Z d d � Z e e e d d �Z d d � Z d d � Z d S( u NodeListc C s. d | k o t | � k n r* | | Sd S( Ni ( u len( u selfu index( ( u7 /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu item5 s "u NodeList.itemc C s t | � S( N( u len( u self( ( u7 /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu _get_length9 s u NodeList._get_lengthc C s t j j d � � d S( Nu. attempt to modify read-only attribute 'length'( u xmlu domu NoModificationAllowedErr( u selfu value( ( u7 /opt/alt/python33/lib64/python3.3/xml/dom/minicompat.pyu _set_length<