Here are the examples of the python api bokeh.util.serialization.NP_EPOCH taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
0
View Source File : test_serialization.py
License : MIT License
Project Creator : rthorst
License : MIT License
Project Creator : rthorst
def test_np_consts():
assert bus.NP_EPOCH == np.datetime64(0, 'ms')
assert bus.NP_MS_DELTA == np.timedelta64(1, 'ms')
def test_binary_array_types():