4.3. py4j.protocol — Py4J Protocol

The py4j.protocol module defines most of the types, functions, and characters used in the Py4J protocol. It does not need to be explicitly used by clients of Py4J because it is automatically loaded by the java_gateway module and the java_collections module.

4.3.1. Py4JError

4.3.2. Py4JJavaError

4.3.3. Py4JJavaError

4.3.4. Py4J Protocol Functions

The following functions can be used to extend Py4J (e.g., to create new commands):

Questions/Feedback?