LabeledButlerFactoryProtocol

class lsst.daf.butler.LabeledButlerFactoryProtocol(*args, **kwargs)

Bases: Protocol

Callable to retrieve a butler from a label.

Methods Summary

__call__(label)

Call self as a function.

Methods Documentation

__call__(label: str) Butler

Call self as a function.