-
Hello, I'm a year 3 computer science student,
I recently got research that needs some python code analysis, so my tutor told me to use Pysa.
Given a slack bot, which calls the **channel.history**…
-
## Description
The HoloPipelines are probably the most complex sub-component, yet there is almost zero documentation within the code. This will be facilitated a bit when the naming conventions will b…
-
We already have mypy enabled in tox - now we only need type annotations for our plugin code 😀
-
@jpscaletti What do you think of hardening `copier` with endowing all functions with type annotations?
Like the central copy function for example:
```py
def copy(
src_path: str,
dst_p…
-
#### Problem description
`pd.io.formats.format._binify` defines `line_width` as `Union[np.int32, int]`:
https://github.com/pandas-dev/pandas/blob/39602e7d7c5b663696f5a6eca9e66e65483bc868/pandas/…
-
I have a script test.py:
```
def add(a,b):
return a+b
add(1,2)
```
could MonkeyType support this single file, and generate this appearance:
```
monkeytype run test.py
monkeytype stu…
-
> Largely copy/pasted from https://github.com/ethereum/py-evm/issues/1398
### Background
[Type hints](https://www.python.org/dev/peps/pep-0484/) allow us to perform static type checking, among o…
-
The following code:
```python3
from typeguard.importhook import install_import_hook
install_import_hook('')
import pkg_resources
```
produces the following output:
```python3
$ python3 Tes…
jolaf updated
4 years ago
-
**Describe the bug**
The `Save` button is gray after a notebook is changed. The notebook can still be saved by shortcut or from the `File` menu.
![image](https://user-images.githubusercontent.com/…
-
http://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/
might be interesting if someone is looking for a project :>