source file: /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/re.py
file stats: 4 lines, 4 executed: 100.0% covered
1. """Minimal "re" compatibility wrapper. See "sre" for documentation.""" 2. 3. engine = "sre" # Some apps might use this undocumented variable 4. 5. from sre import * 6. from sre import __all__