File: listen3

package info (click to toggle)
python-eventlet 0.39.1-2%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,220 kB
  • sloc: python: 24,980; sh: 78; makefile: 31
file content (5 lines) | stat: -rwxr-xr-x 74 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!/usr/bin/python3

import eventlet

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