This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-27 02:24:18 +00:00
Code
Issues
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
(
)
Reference in New Issue
Copy Permalink