Home
last modified time | relevance | path

Searched refs:_getAttrs (Results 1 – 10 of 10) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/test/
H A Dtest_filetransfer.py245 def _getAttrs(_, openFile): function
257 d.addCallback(_getAttrs, openFile)
269 def _getAttrs(openFile): function
281 return d.addCallback(_getAttrs)
291 def _getAttrs(openFile): function
310 d.addCallback(_getAttrs)
371 def _getAttrs(_): function
385 d.addCallback(_getAttrs)
387 d.addCallback(_getAttrs)
H A Dtest_cftp.py958 oldGetAttr = FileTransferForTestAvatar._getAttrs
959 def _getAttrs(self, s): function
964 self.patch(FileTransferForTestAvatar, "_getAttrs", _getAttrs)
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/shell/
H A Dfiletransfer.py122 attrs = self.server._getAttrs(s)
130 attrs = self.server._getAttrs(s)
138 attrs = self.server._getAttrs(s)
165 def _getAttrs(self, s): member in SFTPServerForCowrieUser
211 return self._getAttrs(s)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/test/
H A Dtest_filetransfer.py282 def _getAttrs(_, openFile): function
294 d.addCallback(_getAttrs, openFile)
307 def _getAttrs(openFile): function
319 return d.addCallback(_getAttrs)
329 def _getAttrs(openFile): function
348 d.addCallback(_getAttrs)
417 def _getAttrs(_): function
431 d.addCallback(_getAttrs)
433 d.addCallback(_getAttrs)
H A Dtest_cftp.py1441 oldGetAttr = FileTransferForTestAvatar._getAttrs
1443 def _getAttrs(self, s): function
1448 self.patch(FileTransferForTestAvatar, "_getAttrs", _getAttrs)
/dports/devel/hadoop/hadoop-1.2.1/contrib/hod/hodlib/Common/
H A Ddesc.py225 def _getAttrs(self): member in CommandDesc
262 attrs = cmdDesc._getAttrs()
270 fattrs = cmdDesc._getAttrs()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/hod/hodlib/Common/
H A Ddesc.py225 def _getAttrs(self): member in CommandDesc
262 attrs = cmdDesc._getAttrs()
270 fattrs = cmdDesc._getAttrs()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/
H A Dunix.py361 def _getAttrs(self, s): member in SFTPServerForUnixConchUser
409 return self._getAttrs(s)
475 return self.server._getAttrs(s)
498 attrs = self.server._getAttrs(s)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/
H A Dunix.py313 def _getAttrs(self, s): member in SFTPServerForUnixConchUser
360 return self._getAttrs(s)
425 return self.server._getAttrs(s)
449 attrs = self.server._getAttrs(s)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api8790 twisted.conch.unix.SFTPServerForUnixConchUser._getAttrs?5(s)