Code Monkey home page Code Monkey logo

Comments (10)

Feneric avatar Feneric commented on August 17, 2024

I still don't use Python 3 for any work projects (and probably won't get the chance to until Twisted is fully ported to Python 3), so it's likely I won't have the chance to support it in the near future. That being said, I'd welcome Python 3 support so long as it doesn't break Python 2 functionality.

from doxypypy.

CodieCodemonkey avatar CodieCodemonkey commented on August 17, 2024

I'll take a look when/if I get the chance.

from doxypypy.

Feneric avatar Feneric commented on August 17, 2024

Actually it looks like it probably won't be hard to at least get it preliminarily working with Python 3 without losing Python 2 support. I'll try and work it in here and there over the next several days or so.

from doxypypy.

Feneric avatar Feneric commented on August 17, 2024

It works for me now. Please try it out.

from doxypypy.

CodieCodemonkey avatar CodieCodemonkey commented on August 17, 2024

Will do, but I might not get to it until the weekend.

from doxypypy.

Feneric avatar Feneric commented on August 17, 2024

That's fine. I had spoken too soon anyway, and I've since found and fixed one problem. I think it's fine now.

from doxypypy.

CodieCodemonkey avatar CodieCodemonkey commented on August 17, 2024

Ok, I've pulled today's build and installed it using sudo python3 setup.py install on Linux. I ran my 'graph.py' through the filter with doxypypy graph.py > graph.out, but a diff shows no change between the input and output. I expected some doxygen tags to be generated. Here's a sample of a method in my 'graph.py':

def pred(self, v):
    """
    Get the predecessors of a vertex.

    Args:
        v: Vertex for which predecessors are desired.

    Returns:
        An iterator over the preceding vertices.

    Raises:
        KeyError if the vertex is not in the graph.
    """
    return self._pred[v].__iter__()

I'm sure I'm being boneheaded.

from doxypypy.

Feneric avatar Feneric commented on August 17, 2024

It uses the same arguments as doxypy to run (it is meant to be a drop-in replacement for doxypy), so you need to include --autobrief to have it automatically parse docstrings.

from doxypypy.

CodieCodemonkey avatar CodieCodemonkey commented on August 17, 2024

It works! Nicely done!

from doxypypy.

Feneric avatar Feneric commented on August 17, 2024

Sounds good, thanks.

from doxypypy.

Related Issues (20)

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.