ShareYourSystem

More Descriptions at the level of the class

Special attributes of the Class are :

#FrozenIsBool False

#ImportModules
import ShareYourSystem as SYS
from <ParentModuleStr> import <NameStr>

#Definition the AttestedStr
SYS._attest(
    [
        'DefaultAttributeItemTuplesList is '+SYS._str(
            <NameStr>.<NameStr>Class.DefaultAttributeItemTuplesList,
            **{'RepresentingAlineaIsBool':False}
        )
    ]
) 

#Print
print(AttestedStr)
>>>

More Descriptions at the level of the instances

A default call of an instance gives :

#FrozenIsBool False

#ImportModules
from ShareYourSystem.Standards.Classors import Attester
from <ParentModuleStr> import <NameStr>

#Definition the AttestedStr
SYS._attest(
    [
        <NameStr>.<NameStr>Class()
    ]
) 

#Print
print(AttestedStr)
>>>