Python code coverage for Mac/Modules/evt/evtedit.py
| # | count | content |
|---|---|---|
| 1 | n/a | f = Function(void, 'SystemClick', |
| 2 | n/a | (EventRecord_ptr, 'theEvent', InMode), |
| 3 | n/a | (WindowPtr, 'theWindow', InMode), |
| 4 | n/a | ) |
| 5 | n/a | functions.append(f) |
| 6 | n/a | |
| 7 | n/a | f = Function(UInt32, 'TickCount', |
| 8 | n/a | ) |
| 9 | n/a | functions.append(f) |
