CernVM-FS
2.12.0
|
Public Member Functions | |
def | __init__ |
def | isParentOf |
def | __str__ |
def | __eq__ |
def | __ne__ |
def | __lt__ |
def | __gt__ |
Public Attributes | |
path | |
mode | |
subfiles | |
Definition at line 12 of file spec_builder.py.
def spec_builder.SpecPoint.__init__ | ( | self, | |
path, | |||
mode | |||
) |
Definition at line 13 of file spec_builder.py.
def spec_builder.SpecPoint.__eq__ | ( | self, | |
other | |||
) |
Definition at line 25 of file spec_builder.py.
def spec_builder.SpecPoint.__gt__ | ( | self, | |
other | |||
) |
Definition at line 31 of file spec_builder.py.
def spec_builder.SpecPoint.__lt__ | ( | self, | |
other | |||
) |
Definition at line 29 of file spec_builder.py.
def spec_builder.SpecPoint.__ne__ | ( | self, | |
other | |||
) |
Definition at line 27 of file spec_builder.py.
def spec_builder.SpecPoint.__str__ | ( | self | ) |
Definition at line 20 of file spec_builder.py.
def spec_builder.SpecPoint.isParentOf | ( | self, | |
path | |||
) |
Definition at line 17 of file spec_builder.py.
spec_builder.SpecPoint.mode |
Definition at line 15 of file spec_builder.py.
Referenced by spec_builder.SpecPoint.__str__(), and spec_diff.TreeNode.getString().
spec_builder.SpecPoint.path |
Definition at line 14 of file spec_builder.py.
Referenced by spec_builder.SpecPoint.__eq__(), spec_builder.SpecPoint.__gt__(), spec_builder.TracePoint.__gt__(), spec_builder.SpecPoint.__lt__(), spec_builder.TracePoint.__lt__(), spec_builder.SpecPoint.__ne__(), spec_builder.TracePoint.__ne__(), spec_builder.SpecPoint.__str__(), and spec_builder.SpecPoint.isParentOf().
spec_builder.SpecPoint.subfiles |
Definition at line 16 of file spec_builder.py.