Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876e82b commit d9bd8ecCopy full SHA for d9bd8ec
1 file changed
Doc/library/multiprocessing.rst
@@ -1654,7 +1654,7 @@ their parent process exits. The manager classes are defined in the
1654
Connect a local manager object to a remote manager process::
1655
1656
>>> from multiprocessing.managers import BaseManager
1657
- >>> m = BaseManager(address=('127.0.0.1', 5000), authkey=b'abc')
+ >>> m = BaseManager(address=('127.0.0.1', 50000), authkey=b'abc')
1658
>>> m.connect()
1659
1660
.. method:: shutdown()
0 commit comments