(self, with_valid=True)
| 677 | )) |
| 678 | |
| 679 | def list(self, with_valid=True): |
| 680 | if with_valid: |
| 681 | self.is_valid(raise_exception=True) |
| 682 | return native_search(self.get_query_set(), select_string=get_file_content( |
| 683 | os.path.join(PROJECT_DIR, "apps", "trigger", "sql", "get_trigger_page_list.sql"))) |
no test coverage detected