Next / Previous / Contents / TCC Help System / NM Tech homepage

25.2. ClientSet.lookupClient(): Find a specific client by host name

hwscan3.py
# - - -   C l i e n t S e t . l o o k u p C l i e n t

    def lookupClient ( self, hostName ):
        '''Find a client by host name.
        '''
        return self.__clientMap[hostName]