Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #41 from kini/trac-10998
Browse files Browse the repository at this point in the history
Reimplement patch from trac #10998
  • Loading branch information
kini committed Mar 4, 2012
2 parents 148d763 + a6e1f21 commit 8d3d68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sagenb/misc/sageinspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,8 @@ def sage_getargspec(obj):
sage: sage_getargspec(identity_matrix)
(['ring', 'n', 'sparse'], None, None, (0, False))
sage: sage_getargspec(Poset)
(['data', 'element_labels', 'cover_relations'], None, None, (None, None, False))
(['data', 'element_labels', 'cover_relations', 'category', 'facade',
'key'], None, None, (None, None, False, None, None, None))
sage: sage_getargspec(factor)
(['n', 'proof', 'int_', 'algorithm', 'verbose'],
None,
Expand Down

0 comments on commit 8d3d68e

Please sign in to comment.