Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit f9810b7

Browse files
author
Michael Jung
committed
unique_tag documentation added
1 parent be0b7d0 commit f9810b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sage/manifolds/vector_bundle.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ class TopologicalVectorBundle(CategoryObject, UniqueRepresentation):
6666
- ``category`` -- (default: ``None``) to specify the category; if
6767
``None``, ``VectorBundles(base_space, c_field)`` is assumed (see the
6868
category :class:`~sage.categories.vector_bundles.VectorBundles`)
69+
- ``unique_tag`` -- (default: ``None``) tag used to force the construction
70+
of a new object when all the other arguments have been used previously
71+
(without ``unique_tag``, the
72+
:class:`~sage.structure.unique_representation.UniqueRepresentation`
73+
behavior would return the previously constructed object corresponding to
74+
these arguments)
6975
7076
EXAMPLES:
7177

0 commit comments

Comments
 (0)