()
| 63 | th.start() |
| 64 | |
| 65 | def new(): |
| 66 | for y in range(threads): |
| 67 | if choice == 'y': |
| 68 | th = threading.Thread(target = run) |
| 69 | th.start() |
| 70 | else: |
| 71 | th = threading.Thread(target = run2) |
| 72 | th.start() |
| 73 | |
| 74 | def whereuwere(): |
| 75 | print("Aww man, I'm so sorry, but I can't remember if u were in TCP or UDP") |
nothing calls this directly
no outgoing calls
no test coverage detected