Object


@Date : Fri Nov 14 13:20:38 2014

@Author : Erwan Ledoux

The Notebooker takes piece of .md,.py,.tex files for putting them in a IPython Notebook


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.Classors import Attester
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 0x109534250>

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