Revision 415feb2e lib/objects.py

b/lib/objects.py
291 291
      slots.extend(getattr(parent, "__slots__", []))
292 292
    return slots
293 293

  
294
  #: Public getter for the defined slots
295
  GetAllSlots = _all_slots
296

  
294 297
  def ToDict(self):
295 298
    """Convert to a dict holding only standard python types.
296 299

  

Also available in: Unified diff