File: listen3

package info (click to toggle)
python-eventlet 0.20.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,376 kB
  • sloc: python: 31,120; sh: 208; makefile: 90
file content (5 lines) | stat: -rwxr-xr-x 74 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/usr/bin/python3

import eventlet

eventlet.listen(('localhost', 7000))