autobahn.flatbuffers.compat

A tiny version of six to help with backwards compability.

Also includes compatibility helpers for numpy.

Attributes

Exceptions

NumpyRequiredForThisFeature

Error raised when user tries to use a feature that

Functions

import_numpy()

Returns the numpy module if it exists on the system,

Module Contents

exception NumpyRequiredForThisFeature[source]

Bases: RuntimeError

Error raised when user tries to use a feature that

requires numpy without having numpy installed.

PY2[source]
PY26[source]
PY27[source]
PY275[source]
PY3[source]
PY34[source]
import_numpy()[source]

Returns the numpy module if it exists on the system,

otherwise returns None.

string_types[source]