Alex Tran

Results 7 comments of Alex Tran

I was able to reproduce this issue on macOS Tahoe 26.0.1.

> (something like "None", "Auto-expand", "Auto-collapse") I was also considering grouping them together in a sub menu. Something like this: ![Screenshot from 2025-04-03 00-32-29](https://github.com/user-attachments/assets/096799ae-92c9-4d7c-9eb3-aa261e3071f2)

> Do you know if its possible to get such higher-level typing information from `inspect` based approach? `inspect` based approach would not work with `.pyi` since they are just stub...

> it would be great if the arguments could be extracted (by parsing the full docstring, or from type hinting info if there's any, or by any other method), and...

> some docstrings in the code explicitly mention the argument names and the method name in the first line, as a workaround This seems to be the main issue. The...

Also it would be nice if we could refactor the docstrings, removing all the method name and args in the first line. ![Image](https://github.com/user-attachments/assets/6395311f-1411-4817-bb7f-36318e2555e5) > vscode shows the type hinting info...

The `gettimeout`, `getblocking`, and `getsockopt` methods do not seem to exist in the micropython implementation of sockets, even though their according `settimeout`, `setblocking`, and `setsockopt` exist. The code size wouldn't...