CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
723 stars 111 forks source link

Display function documentation in console breaks input #406

Closed poelzi closed 1 year ago

poelzi commented 1 year ago

IPython can show documentation using the ? postfix. This breaks the console until restart.

w = cq.Workplane("XY")
w.circle?
adam-urbanczyk commented 1 year ago

Do you mean that you need to press q to go back to the console?

poelzi commented 1 year ago

you are so right, I did not try that and did not realize I'm in a pager, my fault :)