Daria

Results 4 comments of Daria

I've created a repo to show an example of what currently happens when using rope in pylsp for importing a function: https://github.com/daara-s/poetry-repo-example/tree/master/my-package

Heya, saw that #12439 has gotten a lil stale (no update since July). Alright if I take a crack at picking it up this weekend if I got time?

@gmarkall Added a test for floating points. Let me know if it needs any further changes.

Heya, I've got a Q about typing fixtures that return callables, which might fit into the docs PR. Given the example below, the typing should be `Callable[[str], str]` based on...