This a python binding to the C++ class Mantid::Kernel::PropertyManagerDataServiceImpl.
Return a reference to the singleton instance
Raises an exception This class cannot be instantiated from Python
Adds the given object to the service with the given name. If the name/object exists it will raise an error.
Adds the given object to the service with the given name. The the name exists the object is replaced.
Removes all objects managed by the service.
Returns True if the object is found in the service.
Return the list of names currently known to the ADS
Remove a named object
Retrieve the named object. Raises an exception if the name does not exist
Returns the number of objects within the service