MCPcopy Create free account
hub / github.com/capstone-engine/capstone / support

Method support

bindings/python/capstone/__init__.py:1077–1078  ·  view source on GitHub ↗
(self, query)

Source from the content-addressed store, hash-verified

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?

Callers

nothing calls this directly

Calls 1

cs_supportFunction · 0.70

Tested by

no test coverage detected