twisted.test.test_sob.Dummy(components.Componentized) class documentationtwisted.test.test_sob
          
          (View In Hierarchy)
        
      Inherited from Componentized:
| Method | __init__ | Undocumented | 
| Method | locateAdapterClass | Undocumented | 
| Method | setAdapter | Cache a provider for the given interface, by adapting selfusing the given adapter class. | 
| Method | addAdapter | Utility method that calls addComponent. I take an adapter class and instantiate it with myself as the first argument. | 
| Method | setComponent | Cache a provider of the given interface. | 
| Method | addComponent | Add a component to me, for all appropriate interfaces. | 
| Method | unsetComponent | Remove my component specified by the given interface class. | 
| Method | removeComponent | Remove the given component from me entirely, for all interfaces for which it has been registered. | 
| Method | getComponent | Create or retrieve an adapter for the given interface. | 
| Method | __conform__ | Undocumented |