SAFplus Runtime Director API
3.0.5
|
Inherits TestCase.
Public Member Functions | |
def | test_01_init |
def | test_02_init |
def | test_03_init |
def | test_04_init |
def | test_05_insert_as_dict |
def | test_06_insert_as_class |
def | test_07_insert_dot |
def | test_08_str |
def | test_09_repr |
def | test_20_flatten |
def | test_21_flatten |
def | test_22_flatten |
def | test_30_dotted_key_get |
def | test_31_dotted_key_get |
def | test_32_dotted_key_set |
def | test_33_dotted_key_set |
Static Public Attributes | |
tuple | d = Dot({'a': 12, 'b':{'c':4, 'd':16}}) |
def dot.test.test_01_init | ( | self | ) |
def dot.test.test_02_init | ( | self | ) |
def dot.test.test_03_init | ( | self | ) |
def dot.test.test_04_init | ( | self | ) |
def dot.test.test_05_insert_as_dict | ( | self | ) |
def dot.test.test_06_insert_as_class | ( | self | ) |
def dot.test.test_07_insert_dot | ( | self | ) |
def dot.test.test_08_str | ( | self | ) |
def dot.test.test_09_repr | ( | self | ) |
def dot.test.test_20_flatten | ( | self | ) |
def dot.test.test_21_flatten | ( | self | ) |
def dot.test.test_22_flatten | ( | self | ) |
def dot.test.test_30_dotted_key_get | ( | self | ) |
def dot.test.test_31_dotted_key_get | ( | self | ) |
def dot.test.test_32_dotted_key_set | ( | self | ) |
def dot.test.test_33_dotted_key_set | ( | self | ) |
|
static |