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

Lazy attribute does not properly handles the doc of Cython methods #9251

Closed
hivert opened this issue Jun 16, 2010 · 6 comments
Closed

Lazy attribute does not properly handles the doc of Cython methods #9251

hivert opened this issue Jun 16, 2010 · 6 comments
Assignees
Milestone

Comments

@hivert
Copy link
Contributor

hivert commented Jun 16, 2010

A request Parent.element_class? gives the doc of the class lazy_attribute instead of the doc of the function itself.

Apply only trac_9251-lazy_attribute_cython-fh.2.patch (sorry for the mess)

CC: @nthiery

Component: misc

Keywords: Lazy Attributes

Author: Florent Hivert

Reviewer: Robert Bradshaw

Merged: sage-4.5.2.alpha1

Issue created by migration from https://trac.sagemath.org/ticket/9251

@hivert
Copy link
Contributor Author

hivert commented Jun 16, 2010

comment:1

Attachment: trac_9251-lazy_attribute_cython-fh.patch.gz

@hivert
Copy link
Contributor Author

hivert commented Jun 16, 2010

@hivert

This comment has been minimized.

@qed777
Copy link
Mannequin

qed777 mannequin commented Jul 23, 2010

Reviewer: Robert Bradshaw

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

4 participants
@jasongrout @robertwb @hivert and others