pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.add_classpaths# StreamExecutionEnvironment.add_classpaths(*classpaths: str)[source]# Adds a list of URLs that are added to the classpath of each user code classloader of the program. Paths must specify a protocol (e.g. file://) and be accessible on all nodes Parameters classpaths – Classpaths that will be added.