pep.pep.MembraneStructure¶
-
class
pep.pep.MembraneStructure[source]¶ P system membrane structure (list of structural elements)
Methods
__init__()append((object) -> None – append object to end)clear(() -> None – remove all items from L)copy(() -> list – a shallow copy of L)count(…)extend(…)index((value, [start, …)Raises ValueError if the value is not present. insertL.insert(index, object) – insert object before index pop(…)Raises IndexError if list is empty or index is out of range. remove(…)Raises ValueError if the value is not present. reverseL.reverse() – reverse IN PLACE sort((key=None[, reverse])