Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:Namespace

935 class Namespace(object):
945 return 'Namespace(%s)' % str.join(', ', temp)
1092 of threads, plus `dict`, `list` and `Namespace`.
1112 SyncManager.register('Namespace', Namespace, NamespaceProxy)