Installer

More Descriptions at the level of the class

Special attributes of the InstallerClass are :


In [1]:
#ImportModules
import ShareYourSystem as SYS
from ShareYourSystem.Standards.Objects import Installer
		
#Definition the AttestedStr
SYS._attest(
					[
						'DefaultAttributeItemTuplesList is '+SYS._str(
								Installer.InstallerClass.DefaultAttributeItemTuplesList,
								**{'RepresentingAlineaIsBool':False}
							)
					]
				) 

#Print
print(AttestedStr)



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

DefaultAttributeItemTuplesList is 
   /[
   /  0 : ('InstallingPathStr', '')
   /  1 : ('InstalledReadmerPointer', None)
   /]

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



More Descriptions at the level of the instances

A default call of an instance gives :


In [3]:
"""
FrozenIsBool False
"""

#ImportModules
from ShareYourSystem.Standards.Classors import Attester
from ShareYourSystem.Standards.Objects import Installer
		
#Definition the AttestedStr
SYS._attest(
					[
						Installer.InstallerClass()
					]
				) 

#Print
print(AttestedStr)



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

< (InstallerClass), 4526801168>
   /{ 
   /  '<Base><Class>PrintingCopyVariable' : None
   /}

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



In [4]:



  File "<ipython-input-4-b5c452e9d58b>", line 2
    Str="""
              ^
SyntaxError: EOF while scanning triple-quoted Str literal

In [ ]: