(self)
| 186 | self.trace_tag = trace_tag |
| 187 | |
| 188 | def __str__(self): |
| 189 | return "{id_: %s, trace_tag: %s}" % (self.id_, self.trace_tag) |
| 190 | |
| 191 | def __json__(self): |
| 192 | return vars(self) |
nothing calls this directly
no outgoing calls
no test coverage detected