Kaydet (Commit) a67ebcb1 authored tarafından Carlton Gibson's avatar Carlton Gibson Kaydeden (comit) Tim Graham

Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().

üst 1c05fe65
...@@ -57,6 +57,11 @@ register lookups on itself. The two prominent examples are ...@@ -57,6 +57,11 @@ register lookups on itself. The two prominent examples are
and checks if any has a registered lookup named ``lookup_name``, returning and checks if any has a registered lookup named ``lookup_name``, returning
the first match. the first match.
.. method:: get_lookups()
Returns a dictionary of each lookup name registered in the class mapped
to the :class:`Lookup` class.
.. method:: get_transform(transform_name) .. method:: get_transform(transform_name)
Returns a :class:`Transform` named ``transform_name``. The default Returns a :class:`Transform` named ``transform_name``. The default
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment