I would like to copy the file structure of a python file. In PyCharm, I can view the structure using Command
+ F12
.
Is there a way to copy the text of the structure?
I would like to copy the file structure of a python file. In PyCharm, I can view the structure using Command
+ F12
.
Is there a way to copy the text of the structure?
Click on Conversation
's first method (__init__()
), then Shift-click
on method responses_length()
, right mouse click, then Copy
copies it into your clipboard as text. That gives you all methods in your class.