Package pybaz :: Class MergeOutcome
[frames] | no frames]

Class MergeOutcome

source code

object --+
         |
        MergeOutcome
Known Subclasses:
TreeChange, PatchConflict

Abstract base class for changeset application summary output lines.

:ivar name: name of the corresponding file
:type name: `FileName` or `DirName`
:ivar directory: does the change applies to a directory?
:type directory: bool



Instance Methods
 
__str__(self)
tla-style changeset application line.

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties
  directory
  name

Inherited from object: __class__

Method Details

__str__(self)
(Informal representation operator)

 
tla-style changeset application line.

Overrides: object.__str__

Property Details

directory

Get Method:
pybaz.MergeOutcome._get_directory(self)

name

Get Method:
pybaz.MergeOutcome._get_name(self)