Git Product home page Git Product logo

closurepr's People

Contributors

eugene-eeo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

closurepr's Issues

__qualname__ unsupported for Python versions < 3.3

Testing this module in 3.5.x, I get:

Python 3.5.1 |Anaconda 2.1.0 (64-bit)| (default, Jan 29 2016, 15:01:46) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from requests import get
>>> from libextract.api import extract
>>>
>>> r = get('http://en.wikipedia.org/wiki/Information_extraction')
>>> textnodes = list(extract(r.content))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\rodrigo\github\datalib\libextract\libextract\api.py", line 13, in extract
    parse_html(document, encoding=encoding),
  File "C:\Users\rodrigo\github\datalib\libextract\libextract\funcs\closurepr.py", line 24, in wrapper
    closure.__qualname__ = string
AttributeError: 'lxml.etree._ElementTree' object has no attribute '__qualname__'

Strangely enough, accessing _ElementTree explicitly does not produce the same error:

>>> import lxml
>>> lxml.etree._ElementTree.__qualname__
'_ElementTree'

I'm using @rich_repr on practically all functions in this module.

One solution is to use this module: qualname. Related discussion

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.