PyBarst

pybarst

PyBarst

Multi-threading

Within an instance, a pybarst device instance is not multi-thread safe. However, they are safe across instances.

Note

When specifying parameters in constructors of classes defined in this project, always specify them as keywords arguments, not positional arguments.

pybarst.dep_bins = ['c:\\python27-x64\\share\\pybarst\\bin']

A list of paths to the binaries used by the library. It can be used during packaging for including required binaries.

It is read only.