fault icon indicating copy to clipboard operation
fault copied to clipboard

Add/document support for `print` method in `getattr` interface

Open leonardt opened this issue 6 years ago • 1 comments

leonardt avatar Apr 03 '19 20:04 leonardt

I believe I just ran into this issue.

It would be helpful to have documentation on how the appropriate way to print system internals. My current approach is https://github.com/David-Durst/aetherling/blob/ea5fdb63d03314268eb149b6db5a44c59811b671/tests/test_map.py#L150, which is quite ugly and required some hacking to figure out.

David-Durst avatar Aug 27 '19 00:08 David-Durst