(self, query)
| 1075 | # check to see if this engine supports a particular arch, |
| 1076 | # or diet mode (depending on @query). |
| 1077 | def support(self, query): |
| 1078 | return cs_support(query) |
| 1079 | |
| 1080 | |
| 1081 | # is detail mode enable? |
nothing calls this directly
no test coverage detected