#3007: gap.Factorization? is useless
-------------------------------+--------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.1
Component: interfaces | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-------------------------------+--------------------------------------------
Changes (by iandrus):
* upstream: => N/A
Comment:
The following works except that it's not properly offset, i.e. you have to
hit space a few times before you find the documentation for
`Factorization`.
{{{
sage: gap.Factorization?
Type: GapFunction
Base Class: <class 'sage.interfaces.gap.GapFunction'>
String Form: Factorization
Namespace: Interactive
Loaded File: /Users/gvol/SageStuff/sage-5.0.rc0/local/lib/python2.7
/site-packages/sage/interfaces/gap.py
Source File:
/Users/gvol/SageStuff/sage-5.0.rc0/devel/sage/sage/interfaces/gap.py
Definition: gap.Factorization(self, *args, **kwds)
Docstring:
Help: several entries match this topic - type ?2 to get match [2]
[1] Reference: factorization
[2] Reference: Factorization
Call def: gap.Factorization(self, *args, **kwds)
Call docstring:
x.__init__(...) initializes x; see help(type(x)) for signature
sage: gap."2"?
...the real documentation...
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3007#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.