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

Adding docstrings for csstranslator #20

Merged
merged 2 commits into from
Aug 24, 2015
Merged

Conversation

eliasdorneles
Copy link
Member

Does this look good?

@codecov-io
Copy link

Current coverage is 100.00%

Merging #20 into master will not affect coverage as of cc9e591

@@            master     #20   diff @@
======================================
  Files            4       4       
  Stmts          194     194       
  Branches        28      28       
  Methods          0       0       
======================================
  Hit            194     194       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of cc9e591

Powered by Codecov. Updated on successful CI builds.


def xpath_element(self, selector):
xpath = super(TranslatorMixin, self).xpath_element(selector)
return XPathExpr.from_xpath(xpath)

def xpath_pseudo_element(self, xpath, pseudo_element):
"""
Dispatch method that transform XPath to support pseudo-element
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

transforms

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Спасибо!

@eliasdorneles
Copy link
Member Author

ups, just realized I had forgot to push. :|

@dangra
Copy link
Member

dangra commented Aug 24, 2015

+1 from me but leaving @kmike to merge ?

kmike added a commit that referenced this pull request Aug 24, 2015
@kmike kmike merged commit 241285c into master Aug 24, 2015
@dangra dangra deleted the docstrings-for-csstranslator branch January 7, 2016 23:46
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.

None yet

4 participants