Sign in
chromium
/
chromium
/
src.git
/
6a666ba529bef837711b0c7f00a8647f42580c2c
/
.
/
third_party
/
js_code_coverage
/
clean_json_attrs.py
blob: 0ee00263cbcf7d6a0f66f688424f7542b0fe90e3 [
file
] [
log
] [
blame
]
Ben Reich
6a666ba
2021-06-23 04:23:01
[
diff
] [
blame^
]
1
#!/usr/bin/env python
2
3
import
json
4
import
os
5
import
re
6
7
8
def
Clean
(
start_dir
,
attr_pattern
,
file_pattern
):