MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example1.py

File example1.py

src/12/storing_thread_specific_state/example1.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from socket import socket, AF_INET, SOCK_STREAM
2import threading
3
4class LazyConnection:

Callers

nothing calls this directly

Calls 3

joinMethod · 0.80
LazyConnectionClass · 0.70
startMethod · 0.45

Tested by

no test coverage detected