interface documentation
class IServiceCollection(Interface): (source)
An object which provides access to a collection of services.
Method | add |
Add a service to this collection. |
Method | get |
Retrieve the named service from this application. |
Method | remove |
Remove a service from this collection. |
Retrieve the named service from this application.
Raise a KeyError if there is no such service name.
Parameters | |
servicestr | Undocumented |
Returns | |
object | Undocumented |