-
-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy path.missing_examples_baseline.json
More file actions
177 lines (177 loc) · 5.02 KB
/
Copy path.missing_examples_baseline.json
File metadata and controls
177 lines (177 loc) · 5.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"applications.py": [
"method: Air.state",
"method: Air.router",
"method: Air.routes",
"method: Air.debug",
"method: Air.debug",
"method: Air.dependency_overrides",
"method: Air.exception_handlers",
"method: Air.url_path_for",
"method: Air.add_middleware",
"method: Air.include_router",
"method: Air.exception_handler",
"method: Air.middleware",
"method: Air.mount",
"method: Air.patch",
"method: Air.put",
"method: Air.delete"
],
"background.py": [
"method: BackgroundTasks.add_task"
],
"cli.py": [
"function: _version_callback",
"function: _callback",
"function: run",
"function: main"
],
"exceptions.py": [
"class: HTTPException",
"class: BrowserOpenError"
],
"forms.py": [
"function: pydantic_type_to_html_type",
"function: get_user_error_message",
"function: errors_to_dict",
"function: to_form"
],
"layouts.py": [
"function: filter_body_tags",
"function: filter_head_tags",
"function: _header"
],
"models.py": [
"class: AirModel"
],
"requests.py": [
"class: HtmxDetails",
"class: AirRequest",
"method: AirRequest.htmx"
],
"responses.py": [
"class: AirResponse",
"method: AirResponse.render",
"method: SSEResponse.stream_response"
],
"routing.py": [
"method: RouteCallable.url",
"class: AirRoute",
"method: AirRoute.get_route_handler",
"class: RouterMixin",
"method: RouterMixin.get",
"method: RouterMixin.url_path_for",
"class: AirRouter",
"method: AirRouter.get",
"method: AirRouter.post",
"method: AirRouter.patch",
"method: AirRouter.put",
"method: AirRouter.delete"
],
"tags/constants.py": [
"class: TagKeys"
],
"tags/models/base.py": [
"class: BaseTag",
"method: BaseTag.name",
"method: BaseTag.attrs",
"method: BaseTag.children",
"method: BaseTag.html",
"method: BaseTag.pretty_html",
"method: BaseTag.compact_html",
"method: BaseTag.render",
"method: BaseTag.render_in_the_browser",
"method: BaseTag.pretty_render_in_the_browser",
"method: BaseTag.pretty_render",
"method: BaseTag.compact_render",
"method: BaseTag.pretty_print",
"method: BaseTag.save",
"method: BaseTag.pretty_save",
"method: BaseTag.pretty_display_in_the_browser",
"method: BaseTag.full_repr",
"method: BaseTag.to_source",
"method: BaseTag.is_attribute_free_void_element",
"method: BaseTag.has_children",
"method: BaseTag.has_attributes",
"method: BaseTag.first_child",
"method: BaseTag.last_child",
"method: BaseTag.first_attribute",
"method: BaseTag.last_attribute",
"method: BaseTag.num_of_direct_children",
"method: BaseTag.num_of_attributes",
"method: BaseTag.tag_id",
"method: BaseTag.to_pretty_dict",
"method: BaseTag.to_dict",
"method: BaseTag.to_json",
"method: BaseTag.to_pretty_json",
"method: BaseTag.from_dict",
"method: BaseTag.from_json",
"method: BaseTag.print_source",
"method: BaseTag.save_source",
"method: BaseTag.from_html_to_source",
"method: BaseTag.from_html_file_to_source",
"method: BaseTag.from_html_file",
"method: BaseTag.from_html"
],
"tags/models/special.py": [
"class: Html",
"method: Html.pretty_render",
"class: Transparent",
"class: Children",
"class: Tag",
"class: Tags",
"class: Fragment",
"class: SelfClosingTag",
"class: UnSafeTag",
"class: Script",
"class: Style",
"class: Comment"
],
"tags/models/types.py": [
"class: TagDictType"
],
"tags/models/utils.py": [
"function: _get_paddings",
"function: _format_instantiation_call",
"function: _wrap_multiline_instantiation_args",
"function: _format_child_instantiation",
"function: _format_attribute_instantiation",
"function: _migrate_html_attributes_to_air_tag",
"function: _evaluate_attribute_value_to_py",
"function: is_a_boolean_attribute",
"function: is_conforming_boolean_value",
"function: _is_lexbor_html_parser_valid"
],
"tags/utils.py": [
"function: is_full_html_document",
"function: looks_like_html",
"function: migrate_attribute_name_to_html",
"function: migrate_attribute_name_to_air_tag",
"function: extract_html_comment",
"function: compact_format_html",
"function: pretty_format_html",
"function: format_html",
"function: open_local_file_in_the_browser",
"function: _open_new_tab",
"function: open_html_blob_in_the_browser",
"function: open_html_in_the_browser",
"function: save_text",
"function: read_text",
"function: read_html",
"function: save_pretty_html",
"function: display_pretty_html_in_the_browser",
"function: export_pretty_html",
"function: pretty_print_python",
"function: pretty_print_html",
"function: _get_pretty_html_console",
"function: _get_pretty_console",
"function: locals_cleanup",
"class: SafeStr"
],
"templating.py": [
"function: _jinja_context_item"
],
"utils.py": [
"function: compute_page_path"
]
}