Wraps the output in a DynamicMap. Only valid if the output is a HoloViews object.
(self)
| 748 | # ---------------------------------------------------------------- |
| 749 | |
| 750 | def dmap(self): |
| 751 | """ |
| 752 | Wraps the output in a DynamicMap. Only valid if the output |
| 753 | is a HoloViews object. |
| 754 | """ |
| 755 | return hv.DynamicMap(self._callback) |
| 756 | |
| 757 | def eval(self): |
| 758 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected