Searched defs:_cancel (Results 1 – 6 of 6) sorted by relevance
70 Promise.prototype._cancel = function() { method in Promise
129 PromiseArray.prototype._cancel = function() { method in PromiseArray
25 def _cancel(handler): function
186 def _cancel(self, details: str) -> bool: member in Call
132 cdef _cancel( function