MCPcopy Index your code
hub / github.com/python/cpython / getparser

Method getparser

Lib/xmlrpc/client.py:1182–1185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1180 # @return A 2-tuple containing a parser and an unmarshaller.
1181
1182 def getparser(self):
1183 # get parser and unmarshaller
1184 return getparser(use_datetime=self._use_datetime,
1185 use_builtin_types=self._use_builtin_types)
1186
1187 ##
1188 # Get authorization info from host parameter

Callers 1

parse_responseMethod · 0.95

Calls 1

getparserFunction · 0.85

Tested by

no test coverage detected