datalad_next.runners.NoCapture

class datalad_next.runners.NoCapture(done_future: Any = None, encoding: Optional[str] = None)[source]

Bases: WitlessProtocol

WitlessProtocol that captures no subprocess output

As this is identical with the behavior of the WitlessProtocol base class, this class is merely a more readable convenience alias.