コード例 #1
0
 def __init__(self, full_path, target):
     self.target = target
     File.__init__(self, full_path)
コード例 #2
0
ファイル: symlink.py プロジェクト: Ostrokrzew/test-framework
 def __init__(self, full_path):
     File.__init__(self, full_path)