home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 345422593

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/1727#issuecomment-345422593 https://api.github.com/repos/pydata/xarray/issues/1727 345422593 MDEyOklzc3VlQ29tbWVudDM0NTQyMjU5Mw== 6815844 2017-11-18T06:39:07Z 2017-11-18T06:39:07Z MEMBER

It seems jedi's bug.

A minimal working example is 1. Save following as example.py ```python import traceback

class ExampleClass(object): def init(self): pass

@property
def value(self):
    print('value called')
    print(traceback.print_exc())

2. In IPython, dopython In [1]: import example

In [2]: ex = example.ExampleClass()

In [3]: ex.val -> press [Tab] value called Traceback (most recent call last): None KeyError: (('value',), frozenset()) File "/home/keisukefujii/anaconda3/envs/tensorflow/lib/python3.5/site-packages/jedi/cache.py", line 119, in wrapper return dct[key] File "/home/keisukefujii/anaconda3/envs/tensorflow/lib/python3.5/site-packages/jedi/cache.py", line 46, in wrapper return getattr(self, name) value called None AttributeError: 'CompiledName' object has no attribute '_infer' Traceback (most recent call last): ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  275033174
Powered by Datasette · Queries took 1.082ms · About: xarray-datasette