compiler.util module

Helpers and utilities for the compilation service.

class compiler.util.ResponseStream(iterator)[source]

Bases: object

Streaming wrapper for bytes-producing iterators.