View the Object sources on Github

Example

Let's create an empty class, which will automatically receive special attributes from the decorating ClassorClass, specially the NameStr, that should be the ClassStr without the TypeStr in the end.


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



*****Start of the Attest *****

MyObject is <ShareYourSystem.Standards.Objects.Object.ObjectClass object at 0x1075e6050>

*****End of the Attest *****