Alex Tran
Alex Tran
See: #19088 This PR adds auto expanding /collapsing in the `PropertyView` along with 1 time temporary expanding/collapsing functionality. `PropertyView` can either have no auto expanding and collapsing checked, either one...
See: #20273 Currently, the docstrings of the Python APIs are in an inconsistent state. Some docstrings include the function signature in the first line of the docstring while others leave...
### Summary As mentioned in the issue, the CPython api for `json.dump` and `json.dumps` allows for the named argument `default` to be provided. It is a callable type that specifies...
### Summary As mentioned in the issue, the `I2CTarget` class exposes the `memaddr` attribute which is first memory address read/written by the controller, but there is no way of knowing...