Antoine Pitrou wrote: > event_class = Event().__class__ ? > > Not pretty I know :-) somewhat prettier, assuming 2.3 or newer: >>> import threading >>> e = threading.Event() >>> type(e) <class 'threading._Event'> >>> isinstance(e, type(threading.Event())) True (but pretty OT) </F>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4