-
### Steps to reproduce
Install `wagtail==2.5.1` and lint the following code:
```
from wagtail.core.models import Page
class BlogIndexPage(Page):
content_panels = Page.content_panels…
-
Every significant function should include [a simple docstring](http://google.github.io/styleguide/pyguide.html#383-functions-and-methods) to describe what it does, its arguments, and any outputs.
R…
-
The test suite fails with Python 3.8.0a3:
On c8697dcf799a63d432727abb1d972adb3e85970a with:
```patch
diff --git a/tox.ini b/tox.ini
index b320505..30652a5 100644
--- a/tox.ini
+++ b/tox.ini
…
-
Issue Type: Bug
When I am working under Python 2.7 the docstring tooltip is just showing the method name but not the docstring. When I am working under Python 3.7 it works.
## Python 2.7
![Scr…
-
**Is your feature request related to a problem? Please describe.**
A follow up to https://github.com/openthread/openthread/pull/3817.
**Describe the solution you'd like**
Add make pretty for pyth…
-
Support descriptors in the type checker.
-
This is something Jack could do. For each of the scripts in the CEA, document all input and output variables (e.g. columns in the files - .shp, .dbx, .cvs).
Standardize nomenclature of physical quant…
-
Hi, thanks for this project! It is awesome!
My question is about two different modes of docstrings that I use in my apps.
I can either write a short one like:
```python
class SimpleViolation(B…
-
Not sure if there's more, but that's what I remember:
- [x] Method to get the full embedding matrix, suggested by @blubberli
- [x] numpy compatibility, suggested by @twuebi
- [x] make vocab acces…
-
This is a work log of a "OSS Gate workshop".
"OSS Gate workshop" is an activity to increase OSS developers.
Here's been discussed in Japanese. Thanks.
## 作業ログ作成時の説明
以下のテンプレートを埋めてタイトルに設定します。埋め方…