Searched refs:rebuild_connection (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/multiprocessing/ |
D | connection.py | 955 return rebuild_connection, (ds, conn.readable, conn.writable) 956 def rebuild_connection(ds, readable, writable): function 974 return rebuild_connection, (df, conn.readable, conn.writable) 975 def rebuild_connection(df, readable, writable): function
|