View the Initiator sources on Github
"""
FrozenIsBool True
"""
#ImportModules
import ShareYourSystem as SYS
from ShareYourSystem.Standards.Objects import Initiator
#Definition of an Initiator instance
MyInitiator=Initiator.InitiatorClass()
MyInitiator.GettingInt=1
#Definition the AttestedStr
SYS._attest(
[
'MyInitiator is '+SYS._str(MyInitiator)
]
)
#Print
>>>
*****Start of the Attest *****
MyInitiator is <ShareYourSystem.Standards.Objects.Initiator.InitiatorClass object at 0x10f8ff090>
*****End of the Attest *****