Everything

server.Start


Start socket communication to connect with Python 3 execution environment.

[Specification format]

server.Start()

[Argument(s)]

None

[Return value]

None

[Example of use]

>>> server.Start()
>>> server.Stop()
>>>