A list of traces this frame modifies. The format is identical to the normal trace definition. Returns ------- Any
(self)
| 34 | |
| 35 | @property |
| 36 | def data(self): |
| 37 | """ |
| 38 | A list of traces this frame modifies. The format is identical |
| 39 | to the normal trace definition. |
| 40 | |
| 41 | Returns |
| 42 | ------- |
| 43 | Any |
| 44 | """ |
| 45 | return self["data"] |
| 46 | |
| 47 | @data.setter |
| 48 | def data(self, val): |
no outgoing calls
no test coverage detected