Uses the demo module.
More...
Go to the source code of this file.
|
def | demo.wrap_to_str |
|
def | demo.PerfTest |
|
|
list | demo.datatypes = [np.object, np.int8, np.bool, np.byte, np.short, np.int16, np.int, np.long, np.int32, np.int64, np.longlong, np.float, np.float32, np.double, np.float64] |
|
tuple | demo.a = np.zeros(5, dtype = dt) |
|
list | demo.unsignedtypes = [np.uint8, np.ubyte, np.ushort, np.uint16, np.uint, np.uint32, np.uint64, np.ulonglong] |
|
list | demo.types = [np.int8, np.byte, np.short, np.int16, np.int, np.long, np.int32, np.int64, np.longlong, np.uint8, np.ubyte, np.ushort, np.uint16, np.uint, np.uint32, np.uint64, np.ulonglong, np.float, np.float32, np.double, np.float64] |
|
Uses the demo module.
Definition in file demo.py.