(config)
| 23 | |
| 24 | |
| 25 | def _get_state(config): |
| 26 | if hasattr(config, '_assertstate'): |
| 27 | return config._assertstate |
| 28 | return config._store[rewrite.assertstate_key] |
| 29 | |
| 30 | |
| 31 | class AssertionRewritingHook(rewrite.AssertionRewritingHook): |
no test coverage detected