class documentation

Undocumented

Method test_delslice Undocumented
Method test_getslice_negative_steps Undocumented
Method test_getslice_range Undocumented
Method test_getslice_single_index Undocumented
Method test_getslice_steps Undocumented
Method test_setslice_negative_steps Undocumented
Method test_setslice_range Undocumented
Method test_setslice_single_index Undocumented
Method test_setslice_steps Undocumented
Class Variable etree Undocumented
Method _elem_tags Undocumented
Method _make_elem_with_children Create an Element with a tag 'a', with the given amount of children named 'a0', 'a1' ... and so on.
Method _subelem_tags Undocumented
def test_delslice(self): (source)

Undocumented

def test_getslice_negative_steps(self): (source)

Undocumented

def test_getslice_range(self): (source)

Undocumented

def test_getslice_single_index(self): (source)

Undocumented

def test_getslice_steps(self): (source)

Undocumented

def test_setslice_negative_steps(self): (source)

Undocumented

def test_setslice_range(self): (source)

Undocumented

def test_setslice_single_index(self): (source)

Undocumented

def test_setslice_steps(self): (source)

Undocumented

Undocumented

def _elem_tags(self, elemlist): (source)

Undocumented

def _make_elem_with_children(self, numchildren): (source)

Create an Element with a tag 'a', with the given amount of children named 'a0', 'a1' ... and so on.

def _subelem_tags(self, elem): (source)

Undocumented