| 213 | |
| 214 | |
| 215 | class DAPGrouperResolver: |
| 216 | def get_contents_debug_adapter_protocol(self, obj, fmt=None): |
| 217 | return obj.get_contents_debug_adapter_protocol() |
| 218 | |
| 219 | |
| 220 | _basic_immutable_types = (int, float, complex, str, bytes, type(None), bool, frozenset) |