Lines Matching refs:normalize_snippet
525 def normalize_snippet(s, *, indent=0): function
681 methoddef_define = normalize_snippet("""
688 docstring_prototype = normalize_snippet("""
691 docstring_definition = normalize_snippet("""
695 impl_definition = normalize_snippet("""
701 parser_prototype_keyword = normalize_snippet("""
706 parser_prototype_varargs = normalize_snippet("""
711 parser_prototype_fastcall = normalize_snippet("""
716 parser_prototype_fastcall_keywords = normalize_snippet("""
731 fields.insert(0, normalize_snippet("""
738 fields.append(normalize_snippet("""
764 parser_prototype = normalize_snippet("""
771 parser_definition = parser_prototype + '\n' + normalize_snippet("""
784 meth_o_prototype = normalize_snippet("""
805 parser_prototype = normalize_snippet("""
810 parser_definition = parser_body(parser_prototype, normalize_snippet("""
835 parser_definition = parser_body(parser_prototype, normalize_snippet("""
846 parser_definition = parser_body(parser_prototype, normalize_snippet("""
862 parser_definition = parser_body(parser_prototype, normalize_snippet("""
875 parser_definition = parser_body(parser_prototype, normalize_snippet("""
887 body = normalize_snippet("""
901 body = normalize_snippet("""
918 parser_prototype = normalize_snippet("""
930 fields.insert(0, normalize_snippet("""
936 fields.insert(0, normalize_snippet("""
962 methoddef_ifndef = normalize_snippet("""