Package test_suite :: Package unit_tests :: Package _prompt :: Module data_types
[hide private]
[frames] | no frames]

Module data_types

source code

Classes [hide private]
  Container
A class to act as a container.
Functions [hide private]
 
dummy_fn()
A dummy function for testing data types.
source code
 
dummy_fn2()
A second dummy function for testing data types.
source code
Variables [hide private]
  DATA_TYPES = [['bin', 0], ['bin', 1], ['bool', True], ['bool',...
An array of many different Python objects for testing the correct behaviour of user function args.
  __package__ = 'test_suite.unit_tests._prompt'

Imports: int8, int16, int32, int64, float32, float64, zeros, DummyFileObject


Variables Details [hide private]

DATA_TYPES

An array of many different Python objects for testing the correct behaviour of user function args.

Value:
[['bin', 0],
 ['bin', 1],
 ['bool', True],
 ['bool', False],
 ['class obj',
  <test_suite.unit_tests._prompt.data_types.Container instance at 0x40\
0df80>],
 ['class', <class test_suite.unit_tests._prompt.data_types.Container a\
...