class IServiceCollection(Interface): (source)
| Method | addService |
Add a service to this collection. |
| Method | getServiceNamed |
Retrieve the named service from this application. |
| Method | removeService |
Remove a service from this collection. |
Retrieve the named service from this application.
Raise a KeyError if there is no such service name.
| Parameters | |
serviceName:str | Undocumented |
| Returns | |
object | Undocumented |