(self)
| 193 | |
| 194 | @property |
| 195 | def hash_constructors(self): |
| 196 | constructors = self.constructors_to_test.values() |
| 197 | return itertools.chain.from_iterable(constructors) |
| 198 | |
| 199 | @property |
| 200 | def is_fips_mode(self): |
nothing calls this directly
no test coverage detected