Home | History | Annotate | Download | only in hosts

Lines Matching refs:Host

5 This module defines the base classes for the server Host hierarchy.
8 You should import the "hosts" package instead of importing each type of host.
10 Host: a machine on which you can run programs
27 class Host(hosts.Host):
41 to super. When overriding methods that are a NOP in Host, the subclass
49 then the method should raise NotImplementedError in Host, and
58 super(Host, self).__init__(*args, **dargs)
67 super(Host, self)._initialize(*args, **dargs)
77 super(Host, self).close()