Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def signal():
return Signal()
def clear_entrypoint_signals():
entrypoint.PRE_START = Signal()
entrypoint.POST_STOP = Signal()
def clear_entrypoint_signals():
entrypoint.PRE_START = Signal()
entrypoint.POST_STOP = Signal()