| 
       
     | 
        __bases__ = (<InterfaceClass zope.interface.Interface>)
     | 
  
    | 
       
     | 
        __identifier__ = 'buildbot.interfaces.ISourceStamp'
     | 
  
    | 
       
     | 
        __iro__ = (<InterfaceClass buildbot.interfaces.ISourceStamp>, ...
     | 
  
    | 
       
     | 
        __name__ = 'ISourceStamp'
     | 
  
    | 
       
     | 
        __sro__ = (<InterfaceClass buildbot.interfaces.ISourceStamp>, ...
     | 
  
    | 
      string or None
     | 
        branch 
      branch from which source was drawn
     | 
  
    | 
      tuple of buildbot.changes.changes.Change instances, all of 
      which are on the same branch
     | 
        changes 
      the source step should check out the latest revision in the given 
      changes
     | 
  
    | 
       
     | 
        dependents = <WeakKeyDictionary at 36818816>
     | 
  
    | 
      None or tuple (level diff)
     | 
        patch 
      patch applied to the source, or None if no patch
     | 
  
    | 
      string
     | 
        project 
      project this source code represents
     | 
  
    | 
      string
     | 
        repository 
      repository from which source was drawn
     | 
  
    | 
      varies depending on VC
     | 
        revision 
      revision of the source, or None to use CHANGES
     |