用法:
connect()
将本地管理器对象连接到远程管理器进程:
>>> from multiprocessing.managers import BaseManager >>> m = BaseManager(address=('127.0.0.1', 50000), authkey=b'abc') >>> m.connect()
相关用法
- Python multiprocessing.managers.BaseManager.get_server用法及代码示例
- Python multiprocessing.managers.BaseProxy._callmethod用法及代码示例
- Python multiprocessing.managers.Namespace用法及代码示例
- Python multiprocessing.Value用法及代码示例
- Python multiprocessing.Process用法及代码示例
- Python multiprocessing.freeze_support用法及代码示例
- Python numpy ma.MaskedArray.view用法及代码示例
- Python matplotlib.patches.Rectangle用法及代码示例
- Python matplotlib.pyplot.step()用法及代码示例
- Python math.cos()用法及代码示例
- Python math.cosh()用法及代码示例
- Python math.acosh()用法及代码示例
- Python matplotlib.axes.Axes.pie()用法及代码示例
- Python statistics median_high()用法及代码示例
- Python map()用法及代码示例
- Python math.fmod()用法及代码示例
- Python statistics median_low()用法及代码示例
- Python statistics median()用法及代码示例
- Python math.fsum()用法及代码示例
- Python numpy ma.sort用法及代码示例
注:本文由纯净天空筛选整理自python.org大神的英文原创作品 multiprocessing.managers.BaseManager.connect。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。