magnopy.Convention.name# property property Convention.name: str# A label for the convention. Arbitrary string, case-insensitive. Returns: namestr Examples >>> import magnopy >>> conv = magnopy.Convention(name="Conv #1") >>> conv.name 'conv #1'