Home | History | Annotate | Download | only in python2.7

Lines Matching refs:methodresponse

134                  request (or response, if the methodresponse option is used).
1040 # @keyparam methodresponse If given, create a methodResponse packet.
1046 def dumps(params, methodname=None, methodresponse=None, encoding=None,
1051 request (or response, if the methodresponse option is used).
1058 methodresponse: true to create a methodResponse packet.
1073 methodresponse = 1
1074 elif methodresponse and isinstance(params, TupleType):
1104 elif methodresponse:
1108 "<methodResponse>\n",
1110 "</methodResponse>\n"