Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:kind

102     kind, result = c.recv()
103 if kind == '#RETURN':
105 raise convert_to_error(kind, result)
107 def convert_to_error(kind, result):
108 if kind == '#ERROR':
110 elif kind == '#TRACEBACK':
113 elif kind == '#UNSERIALIZABLE':
759 kind, result = conn.recv()
761 if kind == '#RETURN':
763 elif kind == '#PROXY':
773 raise convert_to_error(kind, result)