MCPcopy Create free account
hub / github.com/secdev/scapy / put_complete

Method put_complete

scapy/layers/smbclient.py:1740–1744  ·  view source on GitHub ↗

Auto-complete put

(self, folder)

Source from the content-addressed store, hash-verified

1738
1739 @CLIUtil.addcomplete(put)
1740 def put_complete(self, folder):
1741 """
1742 Auto-complete put
1743 """
1744 return self._lfs_complete(folder, lambda x: not x.is_dir())
1745
1746 @CLIUtil.addcommand(spaces=True)
1747 def rm(self, file):

Callers

nothing calls this directly

Calls 1

_lfs_completeMethod · 0.95

Tested by

no test coverage detected