Public Member Functions | |
def | check_empty_array |
def | check_empty_struct |
def | check_parse_empty_all |
def | check_parse_empty_string |
def | check_builtins |
def | check_any_nill |
def | check_any_compound |
def | check_any_typed_soap_integer |
def | check_any_typed_xsd_int |
def | check_any_typed_nonNegativeInteger |
def | check_any_untyped_int |
def | check_any_dict_list_rpcenc |
Definition at line 12 of file test_t8.py.
def check_empty_array | ( | self ) |
Empty Array returned as list()
Definition at line 15 of file test_t8.py.
def check_empty_struct | ( | self ) |
Empty Struct is None, maybe dict() makes more sense, but this is fairly hard to determine if not typed (which is the norm).
Definition at line 23 of file test_t8.py.