(self)
| 294 | |
| 295 | @property |
| 296 | def fields(self): |
| 297 | return (self.time_low, self.time_mid, self.time_hi_version, |
| 298 | self.clock_seq_hi_variant, self.clock_seq_low, self.node) |
| 299 | |
| 300 | @property |
| 301 | def time_low(self): |
no outgoing calls
no test coverage detected