MCPcopy Create free account
hub / github.com/bobolike123/NetworkTrafficAnalysis / __init__

Method __init__

tools/copyRandomSample.py:21–23  ·  view source on GitHub ↗
(self, originPath, goalPath)

Source from the content-addressed store, hash-verified

19
20class createBlankFile:
21 def __init__(self, originPath, goalPath):
22 self.origin_path = originPath
23 self.goal_path = goalPath
24
25 def createNewFiles(self):
26 filenameList = readFilenameList(self.origin_path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected