Attributes
- type2test
Functions that can be useful to override to adapt to dictionary semantics
type2test = None
Method summary
- __init__(self, *args, **kw)
- run(self, result = None)
- test_bool(self)
- test_constructor(self)
- test_get(self)
- test_getitem(self)
- test_items(self)
- test_keys(self)
- test_len(self)
- test_pop(self)
- test_popitem(self)
- test_read(self)
- test_setdefault(self)
- test_update(self)
- test_values(self)
- test_write(self)
Methods
- __init__(self, *args, **kw)
- run(self, result = None)
- test_bool(self)
- test_constructor(self)
- test_get(self)
- test_getitem(self)
- test_items(self)
- test_keys(self)
- test_len(self)
- test_pop(self)
- test_popitem(self)
- test_read(self)
- test_setdefault(self)
- test_update(self)
- test_values(self)
- test_write(self)