lookup()
Look up a type in the default :py:class:Registry.
Usage
lookup(name)Delegates to :py:meth:Registry.get. May raise :py:exc:KeyError in strict mode.
Parameters
name: str-
The name to look up.
Returns
type-
The registered type.
Look up a type in the default :py:class:Registry.
Usage
Delegates to :py:meth:Registry.get. May raise :py:exc:KeyError in strict mode.
name: strThe name to look up.
typeThe registered type.