autobahn.flatbuffers.compat¶
A tiny version of six to help with backwards compability.
Also includes compatibility helpers for numpy.
Attributes¶
Exceptions¶
Error raised when user tries to use a feature that |
Functions¶
Returns the numpy module if it exists on the system, |
Module Contents¶
- exception NumpyRequiredForThisFeature[source]¶
Bases:
RuntimeErrorError raised when user tries to use a feature that
requires numpy without having numpy installed.