Skip to content

CLN/ENH: Make names getattr'able in core/ops +PEP8. #5240

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

Merged
merged 1 commit into from
Oct 16, 2013

Conversation

jtratner
Copy link
Contributor

Now the name passed to a method can be used to get that method from the
NDFrame (previously you had things like or_ [|]. better to just have them
all be named exactly what they are s.t. subclasses can do
getattr(super(self, MyClass), name)(*args, **kwargs).

Now the name passed to a method can be used to get that method from the
NDFrame (previously you had things like `or_ [|]`. better to just have
them all be named exactly what they are s.t. subclasses can do
`getattr(super(self, MyClass), name)(*args, **kwargs)`.
@jreback
Copy link
Contributor

jreback commented Oct 16, 2013

looks fine

jtratner added a commit that referenced this pull request Oct 16, 2013
CLN/ENH: Make names getattr'able in core/ops +PEP8.
@jtratner jtratner merged commit 15555fd into pandas-dev:master Oct 16, 2013
@jtratner jtratner deleted the cleanup-core_ops branch October 16, 2013 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants