mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Show something useful from EvtSubscribe_push demo #2281

Open Avasam opened 3 weeks ago

Avasam commented 3 weeks ago

The EvtSubscribe_push demo now actually demonstrates the callback action and the event context being filled.

Fixed a win32\Demos\EvtSubscribe_push.py:22:1: error: Need type annotation for "evttext" (hint: "evttext: List[<type>] = ...") [var-annotated] along the way

Before: image

After (prints ~70-80 events) image