Owen Campbell

Results 29 comments of Owen Campbell

I wonder if it might be possible to create a vyper plugin for https://github.com/python-lsp/python-lsp-server

How about the following: - Add list parameters `match_patterns` and `ignore_patterns` to `index.build_index_from_tree` which can be used to pass unix style file pattern matches. The parameters would have a default...

I'm happy to pick this one up once we agree on the way forward!

> I would suggest passing in a Matcher object What module contains that class?

I reckon we can close this one now. Anyone object?

What's your opinion on my last comment on #457? I suspect using annotations might be a better option.

there's quite a good example here: https://pypi.python.org/pypi/sphinx-autodoc-napoleon-typehints

The docstrings remain but argument types and return value types move into the annotations.

Yes, there are a couple of different sphinx plugins doing the same job. That last one just had a nicer description.

> We don't have to have Parameters and Returns which is what the numpy spec is about. No, we still keep the Parameters and Returns, but they no longer specify...