httk.registry.entries.store¶
Register entry providers implemented by httk.store.
Functions¶
|
Register an |
Package Contents¶
- httk.registry.entries.store.register_entry_provider(*, name, factory)¶
Register an
EntryProviderfactory undername.factoryis a lazy"module:callable"reference to a callable that constructs a provider (providers need data, so applications call the factory themselves; the registry only records how to reach it). This mirrorsregister_reader.