Part of bzrlib.tests.test_lazy_regex View In Hierarchy
| Class Method | use_actions | Undocumented |
| Method | __getattr__ | Return a member from the proxied regex object. |
| Method | _real_re_compile | Thunk over to the original re.compile |
Inherited from LazyRegex:
| Method | __init__ | Create a new proxy object, passing in the args to pass to re.compile |
| Method | _compile_and_collapse | Actually compile the requested regex |
If the regex hasn't been compiled yet, compile it