| 1 | initial version |
Other than type, a good trick is to look at the top of the output from introspection:
sage: tensor?
Base Class: <class 'sage.categories.tensor.TensorProductFunctor'>
String Form: The tensor functorial construction
Namespace: Interactive
File: /Applications/sage/local/lib/python2.6/site-packages/sage/categories/tensor.py
Definition: tensor(self, args)
Docstring:
...
Two questionmarks, as in
sage: tensor??
will get you the source code too, or you can browse an html version, which is sometimes more helpful.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.