Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelVoitier committed Jul 3, 2021
1 parent e0fe9c3 commit 7a37190
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ my_content.remove(child1)

## Other lookups

* `lookups.fixed`: Simple unmodifiable lookup. Content is set at creation time.
* `lookups.singleton`: Unmodifiable lookup that contains just one fixed object.
* `lookups.EmptyLookup`: A lookup containing nothing.
* `lookups.EntryPointLookup`: A lookup loading its instances from a setuptools entry point group (ie. provided by any installed package).
* `lookups.DelegatedLookup`: A lookup that redirects to another (dynamic) lookup, through a LookupProvider.
* `lookups.ProxyLookup`: A lookup that merge results from several lookups.
* `lookups.DelegatedLookup`: A lookup that redirects to another (dynamic) lookup, through a LookupProvider.
* `lookups.EntryPointLookup`: A lookup loading its instances from a setuptools entry point group (ie. provided by any installed package).
* `lookups.fixed`: Simple unmodifiable lookup. Content is set at creation time. Will be one of:
* `lookup.SimpleLookup`: A basic lookup with a static content.
* `lookups.singleton`: Unmodifiable lookup that contains just one fixed object.
* `lookups.EmptyLookup`: A lookup containing nothing.

0 comments on commit 7a37190

Please sign in to comment.