pep.pep.MembraneStructure

class pep.pep.MembraneStructure[source]

P system membrane structure (list of structural elements)

__init__()[source]

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.
insert L.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.
reverse L.reverse() – reverse IN PLACE
sort((key=None[, reverse])