A container storing information about relax.
|
|
|
_setup_references(self)
Build a dictionary of all references useful for relax. |
source code
|
|
str
|
centre(self,
string,
width=100)
Format the string to be centred to a certain number of spaces. |
source code
|
|
str
|
|
int
|
|
str
|
|
str
|
package_info(self)
Return a string for printing to STDOUT with info from the Python
packages used by relax. |
source code
|
|
str
|
ram_info(self,
format=' %-25s%s\n ' )
Return a string for printing to STDOUT with info from the Python
packages used by relax. |
source code
|
|
str
|
|
str
|
sys_info(self)
Return a string for printing to STDOUT with info about the current
relax instance. |
source code
|
|
str
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|