def __init__(self, channelName): """Constructor channelName The pvName of the channelRPC record for the service. request A string to turn into a pvRequest""" # if(request==None) : # self.cppPvt = channelRPCPy._init1(channelName) # else : # self.cppPvt = channelRPCPy._init2(channelName,request) self.cppPvt = channelRPCPy._init(channelName)
def __init__(self,channelName) : """Constructor channelName The pvName of the channelRPC record for the service. request A string to turn into a pvRequest""" self.cppPvt = channelRPCPy._init(channelName)