issues: 683954433
This data as json
| id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 683954433 | MDU6SXNzdWU2ODM5NTQ0MzM= | 4367 | Should __repr__ and __str__ be PEP8 compliant? | 14371165 | closed | 0 | 7 | 2020-08-22T08:10:15Z | 2020-11-25T23:25:44Z | 2020-11-25T23:25:44Z | MEMBER | Is your feature request related to a problem? Please describe.
When creating docs with examples it would be nice if you could simply use Describe the solution you'd like
Limit line length so that a method docstring in a class can use Example code Example where print(ds) creates lines longer than 79: ```python import numpy as np import pandas as pd import xarray as xr class foo(): """ Test class.
if name == 'main': import doctest doctest.testmod() ``` |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/4367/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |