Left modules¶
-
sage.categories.left_modules.
LeftModules
¶ The category of left modules left modules over an rng (ring not necessarily with unit), i.e. an abelian group with left multiplication by elements of the rng
EXAMPLES:
sage: LeftModules(ZZ) Category of left modules over Integer Ring sage: LeftModules(ZZ).super_categories() [Category of commutative additive groups]