Package conary :: Package repository :: Module netclient :: Class _Method
[hide private]
[frames] | no frames]

Class _Method

source code

         xmlrpclib._Method --+
                             |
                object --+   |
                         |   |
xmlshims.NetworkConvertors --+
                             |
                            _Method
Known Subclasses:
shimclient._ShimMethod

Instance Methods [hide private]
 
__init__(self, send, name, host, pwCallback, anonymousCallback, altHostCallback, protocolVersion, transport, serverName, entitlementDir, callLog) source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
__call__(self, *args, **kwargs) source code
 
__doCall(self, clientVersion, argList, retryOnEntitlementTimeout=True) source code
 
doCall(self, clientVersion, *args) source code
 
_postprocessProtocolError(self, err) source code
 
handleError(self, clientVersion, result) source code
 
__getattr__(self, name) source code
 
_Method__doCall(self, clientVersion, argList, retryOnEntitlementTimeout=True) source code

Inherited from xmlshims.NetworkConvertors: freezeVersion, fromBranch, fromDepSet, fromEntitlement, fromFile, fromFileAsStream, fromFileId, fromFlavor, fromLabel, fromPath, fromPathId, fromTroveTup, fromVersion, thawVersion, toBranch, toDepSet, toEntitlement, toFile, toFileAsStream, toFileId, toFlavor, toLabel, toPath, toPathId, toTroveTup, toVersion

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, send, name, host, pwCallback, anonymousCallback, altHostCallback, protocolVersion, transport, serverName, entitlementDir, callLog)
(Constructor)

source code 
Overrides: xmlrpclib._Method.__init__

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)

__call__(self, *args, **kwargs)
(Call operator)

source code 
Overrides: xmlrpclib._Method.__call__

__getattr__(self, name)
(Qualification operator)

source code 
Overrides: xmlrpclib._Method.__getattr__