Definition at line 223 of file samplers.py.
◆ __init__()
def python.samplers.CyclicSeqSampler.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Definition at line 226 of file samplers.py.
228 self.sequence = args[0]
◆ __call__()
def python.samplers.Sampler.__call__ |
( |
|
self | ) |
|
|
inherited |
This is the call method that will actually be used (so that normal
functions can also be passed in as samplers).
Definition at line 17 of file samplers.py.
18 """This is the call method that will actually be used (so that normal
19 functions can also be passed in as samplers)."""
◆ shoot()
def python.samplers.CyclicSeqSampler.shoot |
( |
|
self | ) |
|
◆ index
python.samplers.CyclicSeqSampler.index |
◆ sequence
python.samplers.CyclicSeqSampler.sequence |
The documentation for this class was generated from the following file: