(self, spec)
| 294 | return None |
| 295 | |
| 296 | def make(self, spec): |
| 297 | # spec can be a type or a tuple (type, options) |
| 298 | return self.get_maker(spec)(spec) |
| 299 | |
| 300 | def example(self, spec): |
| 301 | # A good representative of the object - no degenerate case |
no test coverage detected