(value: t.Any)
| 549 | |
| 550 | |
| 551 | def dict_test(value: t.Any) -> bool: |
| 552 | return isinstance(value, (dict, collections.abc.MutableMapping)) |
| 553 | |
| 554 | |
| 555 | def _encode(value: t.AnyStr, encoding: str = "utf-8") -> bytes: |
no outgoing calls
no test coverage detected
searching dependent graphs…