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.
The following functions can be used to extend Py4J (e.g., to create new commands):