Package node_manager_fkie :: Module name_resolution :: Class MasterEntry
[frames] | no frames]

Class MasterEntry

source code

object --+
         |
        MasterEntry

Instance Methods
 
__init__(self, masteruri=None, mastername=None, address=None, hostname=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__repr__(self)
repr(x)
source code
 
hasMastername(self, mastername) source code
 
hasHostname(self, hostname) source code
 
hasAddress(self, address) source code
 
addMastername(self, mastername) source code
 
addHostname(self, hostname) source code
 
addAddress(self, address) source code
 
getMastername(self) source code
 
getMasternames(self) source code
 
getAddress(self) source code
 
getHostname(self) source code
 
removeExtMastername(self, mastername) source code
 
removeExtHostname(self, hostname) source code
 
removeExtAddress(self, address) source code

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

Properties

Inherited from object: __class__

Method Details

__init__(self, masteruri=None, mastername=None, address=None, hostname=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)