Searched refs:ActiveEntry (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py38 # associated ActiveEntry.
40 # The ActiveList, being a list of ActiveEntry objects, can thus
61 class ActiveEntry(object): class in inherits:object
96 '''Return True if this ActiveEntry represents an added file'''
100 '''Return True if this ActiveEntry represents a modified file'''
104 '''Return True if this ActiveEntry represents a removed file'''
108 '''Return True if this ActiveEntry represents a renamed file'''
112 '''Return True if this ActiveEntry represents a copied file'''
119 In practice, a container for ActiveEntry objects, and methods to
169 '''Construct ActiveEntry object
[all...]

Completed in 139 milliseconds