MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _PendingRequest

Class _PendingRequest

pager_lib/smb/base.py:3104–3111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3102
3103
3104class _PendingRequest:
3105
3106 def __init__(self, mid, expiry_time, callback, errback, **kwargs):
3107 self.mid = mid
3108 self.expiry_time = expiry_time
3109 self.callback = callback
3110 self.errback = errback
3111 self.kwargs = kwargs

Callers 15

connectSrvSvcMethod · 0.85
connectSrvSvcCBMethod · 0.85
rpcBindCBMethod · 0.85
rpcReadCBMethod · 0.85
sendReadRequestMethod · 0.85
closeFidMethod · 0.85
_listShares_SMB2Method · 0.85
sendCreateMethod · 0.85
sendQueryMethod · 0.85
_listPath_SMB2Method · 0.85
_getAttributes_SMB2Method · 0.85
createCBMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected