MCPcopy Create free account
hub / github.com/XpuOS/xsched / HwCommandDestroy

Method HwCommandDestroy

python/xsched/__init__.py:308–310  ·  view source on GitHub ↗
(hw_cmd: HwCommandHandle)

Source from the content-addressed store, hash-verified

306
307 @staticmethod
308 def HwCommandDestroy(hw_cmd: HwCommandHandle) -> XResult:
309 res = XSched.__dll.HwCommandDestroy(hw_cmd)
310 return XResult(res)
311
312 @staticmethod
313 def XHintSetScheduler(scheduler: XSchedulerType, policy: XPolicyType) -> XResult:

Callers

nothing calls this directly

Calls 1

XResultClass · 0.85

Tested by

no test coverage detected