/snap/core18/2999/usr/lib/python3.6/xml/dom/__pycache__
Edit: /snap/core18/2999/usr/lib/python3.6/xml/dom/__pycache__/minicompat.cpython-36.pyc (2789B)
3
Nqi'
@ sJ d Z ddddgZddlZefZG dd deZG dd deZ d d Z
dS )
zPython version compatibility support for minidom.
This module contains internal implementation details and
should not be imported; use xml.dom.minidom instead.
NodeList
EmptyNodeListStringTypesdefproperty Nc @ s> e Zd Zf Zdd Zdd Zdd ZeeeddZd d
Z dS )r c C s( d| kot | k n r$| | S d S )Nr )len)selfindex r (/usr/lib/python3.6/xml/dom/minicompat.pyitem5 s z
NodeList.itemc C s t | S )N)r )r r r r
_get_length9 s zNodeList._get_lengthc C s t jjdd S )Nz.attempt to modify read-only attribute 'length')xmldomNoModificationAllowedErr)r valuer r r
_set_length<