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

Method getSubject

Lib/logging/handlers.py:1072–1079  ·  view source on GitHub ↗

Determine the subject for the email. If you want to specify a subject line which is record-dependent, override this method.

(self, record)

Source from the content-addressed store, hash-verified

1070 self.timeout = timeout
1071
1072 def getSubject(self, record):
1073 """
1074 Determine the subject for the email.
1075
1076 If you want to specify a subject line which is record-dependent,
1077 override this method.
1078 """
1079 return self.subject
1080
1081 def emit(self, record):
1082 """

Callers 1

emitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected