Home | History | Annotate | Download | only in multiprocessing

Lines Matching refs:Namespace

936 class Namespace(object):
946 return 'Namespace(%s)' % str.join(', ', temp)
1093 of threads, plus `dict`, `list` and `Namespace`.
1113 SyncManager.register('Namespace', Namespace, NamespaceProxy)