Get all static timing key names.
()
| 176 | |
| 177 | @staticmethod |
| 178 | def static_keys() -> set: |
| 179 | """Get all static timing key names.""" |
| 180 | return get_static_timing_keys() |
| 181 | |
| 182 | @staticmethod |
| 183 | def decode_page_keys() -> List[str]: |
nothing calls this directly
no outgoing calls
no test coverage detected