예제 #1
0
    def _notify(self,
                print_html=None,
                print_format=None,
                attachments=None,
                recipients=None,
                cc=None):

        _notify(self, print_html, print_format, attachments, recipients, cc)
예제 #2
0
	def _notify(self, print_html=None, print_format=None, attachments=None,
		recipients=None, cc=None):

		_notify(self, print_html, print_format, attachments, recipients, cc)