(ctx, *args, **kwds)
| 178 | |
| 179 | @staticmethod |
| 180 | def Process(ctx, *args, **kwds): |
| 181 | return ctx.Process(*args, **kwds) |
| 182 | |
| 183 | def __init__(self, processes=None, initializer=None, initargs=(), |
| 184 | maxtasksperchild=None, context=None): |
no outgoing calls