This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
381a563067
mitmproxy
/
libmproxy
/
console
/
signals.py
6 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
Add blinker dependency, start using it to refactor console app Blinker lets us set up a central pub/sub mechanism to disentangle our object structure.
2015-03-20 22:19:20 +00:00
import
blinker
status_message
=
blinker
.
Signal
(
)
Status bar message expiry based on signals and Urwid main loop
2015-03-20 23:37:00 +00:00
call_in
=
blinker
.
Signal
(
)