Package schrodinger :: Package test :: Package stu :: Module sysinfo :: Class _FakeLocal
[hide private]
[frames] | no frames]

Class _FakeLocal

object --+
         |
        _FakeLocal

Lazily evaluated local host. Will be defined as a _SysInfo object as soon as it is accessed.

Instance Methods [hide private]
 
_replace(self)
 
__getattribute__(self, name)
x.__getattribute__('name') <==> x.name
 
__repr__(self)
repr(x)

Inherited from object: __delattr__, __format__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__getattribute__(self, name)

 

x.__getattribute__('name') <==> x.name

Overrides: object.__getattribute__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)