Searched refs:mapLogRecord (Results 1 – 4 of 4) sorted by relevance
1068 def mapLogRecord(self, record): member in HTTPHandler1087 data = urllib.urlencode(self.mapLogRecord(record))
1129 def mapLogRecord(self, record): member in HTTPHandler1151 data = urllib.parse.urlencode(self.mapLogRecord(record))
736 .. method:: mapLogRecord(record)747 :meth:`mapLogRecord` method is used to convert the record to the753 Instead of calling :meth:`format`, this handler calls :meth:`mapLogRecord`
904 .. method:: mapLogRecord(record)915 :meth:`mapLogRecord` method is used to convert the record to the923 :meth:`mapLogRecord` and then :func:`urllib.parse.urlencode` to encode the