Home
last modified time | relevance | path

Searched refs:get_comment (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tools/
Dmake_capi_header.py14 comment = func.get_comment()
29 comment = func.get_comment()
163 result += '\n' + format_comment(cls.get_comment(), '', translate_map)
Dcef_parser.py91 def get_comment(body, name): function
602 comment = get_comment(data, retval + '(' + argval + ');')
627 comment = get_comment(data, name + ' :')
629 comment = get_comment(data, name + "\n")
651 comment = get_comment(data, name + ' :')
653 comment = get_comment(data, name + "\n")
852 comment = get_comment(body, retval + '(' + argval + ')')
867 comment = get_comment(body, retval + '(' + argval + ')')
954 def get_comment(self): member in obj_class
1161 def get_comment(self): member in obj_function
/third_party/python/Lib/test/test_email/
Dtest__header_value_parser.py607 comment = self._test_get_x(parser.get_comment,
613 parser.get_comment('foo"')
615 parser.get_comment(' (foo"')
618 self._test_get_x(parser.get_comment,
622 self._test_get_x(parser.get_comment,
626 self._test_get_x(parser.get_comment,
631 self._test_get_x(parser.get_comment,
635 self._test_get_x(parser.get_comment,
639 self._test_get_x(parser.get_comment,
644 self._test_get_x(parser.get_comment,
[all …]
/third_party/python/Lib/email/
D_header_value_parser.py1245 def get_comment(value): function
1260 token, value = get_comment(value)
1279 token, value = get_comment(value)