-
Hi!
The following definition
```python
class ICriterion(Interface):
name: str = Attribute('name')
```
raises an exception:
```
zope.interface.exceptions.InvalidInterface: Concre…
-
Hello there,
I am relying on PEP484 in a declarative parser/converter registry project, where the user can e.g. say "please parse a `Dict[str, Tuple[pd.Dataframe, pd.Series]]` from this directory".…
-
_From @objectkit on July 18, 2016 16:42_
Hello there. This project looks likes its starting in the right place and has my attention! I'm opening this topic here as a complete stranger, hopefully appr…
-
Hello there. This project looks likes its starting in the right place and has my attention! I'm opening this topic here as a complete stranger, hopefully appropriately, as discussion seems to be the s…
-
This package was written with type hints (PEP484) so it should perform some static analysis checks on build.
* [x] Add make target for invoking checks
* [x] ~Add tox target?~
* [x] ~Add pytest su…
-
The most useful introspection methods I'd like to use from the `typing` module are basically the functions that were removed in https://github.com/python/typing/pull/283: checking whether a concrete o…
-
(Excuse the title change, hit the Comment button too quickly...)
Here are a few ideas for improvements. I'm not sure which of them I'll pursue, but feedback would be welcome.
- Provide a transla…
-
Even though Python ignores type hints at runtime and they can be pretty much any expression, we should use them to infer variable types in a function if we possibly can.
See [PEP 484](https://www.pyt…
zooba updated
6 years ago
-
Could you add type hints or type stubs (PEP484) to nose-parameterized?
-
Is there any plan for PEP 484 type annotation support in aiodns?
PEP 484: https://www.python.org/dev/peps/pep-0484/
mypy: http://mypy-lang.org/
If I were to do the diff, would the PR be accepte…