Definition at line 25 of file samplers.py.
◆ __init__()
def python.samplers.ConstSampler.__init__ |
( |
|
self, |
|
|
|
val |
|
) |
| |
◆ __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)."""
◆ __repr__()
def python.samplers.ConstSampler.__repr__ |
( |
|
self | ) |
|
Definition at line 34 of file samplers.py.
35 return "ConstSampler[%s]" %
str(self.val)
◆ shoot()
def python.samplers.ConstSampler.shoot |
( |
|
self | ) |
|
◆ val
python.samplers.ConstSampler.val |
The documentation for this class was generated from the following file: