Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more category #13

Open
laike9m opened this issue Mar 14, 2017 · 1 comment
Open

Add more category #13

laike9m opened this issue Mar 14, 2017 · 1 comment

Comments

@laike9m
Copy link
Owner

laike9m commented Mar 14, 2017

No description provided.

@laike9m laike9m changed the title Add @property category Add more category Mar 14, 2017
@laike9m
Copy link
Owner Author

laike9m commented Mar 14, 2017

  • descriptor(has setter, deleter?)
descriptor:
    a: class FooDescriptor with getter, $__doc__
    b: class BarDescriptor with getter, setter
    c: @property with getter, setter, deleter
  • class variable
  • instance variable

liwt31 added a commit to liwt31/pdir2 that referenced this issue Oct 20, 2018
* support class variable, instance variable, class method

* add __str__ method for `AttrType` which makes calls like `print(pdir().pattrs)` prettier

* change test in test_filters from list_based to set_based because the order doesn't seem
  very important here

* the tests are now failing due to `test_pdir_format` because work is still in progress
  and `test_pdir_format` requires accurate result
liwt31 added a commit to liwt31/pdir2 that referenced this issue Oct 26, 2018
* support class variable, instance variable, class method

* add tests for category classification behavior
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant