|
pyCAPS
pyCAPS: A Python Extension Module for CAPS
|
Defines a Sequence of CAPS Bound Objects. More...


Public Member Functions | |
| create (self, analysis, vname=None) | |
| Create a CAPS VertexSet Object. | |
Public Member Functions inherited from Sequence | |
| keys (self) | |
| Returns the keys of the Sequence. | |
| values (self) | |
| Returns the values of the Sequence. | |
| items (self) | |
| Returns the items of the Sequence. | |
Defines a Sequence of CAPS Bound Objects.
| create | ( | self, | |
| analysis, | |||
vname = None |
|||
| ) |
Create a CAPS VertexSet Object.
| analysis | A CAPS Analysis Object or the string name of an Analsysis Object instance |
| vname | Name of the VertexSet (same as the Analysis Object if None) |