Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, loop=None): super(AsyncIOEventEmitter, self).__init__() self._loop = loop
A rough port of Node.js's EventEmitter to Python with a few tricks of its own