View the Object sources on Github
In [2]:
#ImportModules
import ShareYourSystem as SYS
from ShareYourSystem.Standards.Objects import Object
#Definition a Getter
MyObject=Object.ObjectClass()
#Definition the AttestedStr
SYS._attest(
[
'MyObject is '+SYS._str(
MyObject,
**{'RepresentingAlineaIsBool':False}
)
]
)
#Print