| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
I represent a single change to the source tree. This may involve several files, but they are all changed by the same person, and there is a change comment for the group as a whole.
| Instance Methods | |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| Class Methods | |||
      
  | 
  |||
| Class Variables | |
        number = Nonehash(x)  | 
  |
        branch = Nonehash(x)  | 
  |
        category = Nonehash(x)  | 
  |
        revision = Nonehash(x)  | 
  |
        __implemented__ = <implementedBy buildbot.changes.changes.Change>
     | 
  |
| Method Details | 
  
 Class method to create a Change
  from a dictionary as returned by  
  | 
  
 Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. For example: >>> from zope.interface import Interface >>> class IFooFactory(Interface): ... pass >>> class IFoo(Interface): ... pass >>> class C(object): ... implements(IFoo) ... classProvides(IFooFactory) >>> [i.getName() for i in C.__provides__] ['IFooFactory'] >>> [i.getName() for i in C().__provides__] ['IFoo']  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 13:45:20 2011 | http://epydoc.sourceforge.net |