Ticket #4272: removed_reference.patch
| File removed_reference.patch, 425 bytes (added by jtanis, 3 years ago) |
|---|
-
flavors.py
133 133 When a L{pb.BrokerFactory} produces a L{pb.Broker}, it supplies that 134 134 L{pb.Broker} with an object named \"root\". That object is obtained 135 135 by calling my rootObject method. 136 137 See also: L{pb.getObjectAt}138 136 """ 139 137 140 138 implements(IPBRoot)
