Bases: object
A class used to hold the accessor methods for a particular data type.
- Parameters
stream ("Stream") – The stream to injected with the method accessor.
-
classmethod
register_method(func: Callable, names: List[str])[source]
Injects an accessor into a specific stream instance.
- Parameters
-