Return the global default handler map, shared by all legends.
(cls)
| 821 | |
| 822 | @classmethod |
| 823 | def get_default_handler_map(cls): |
| 824 | """Return the global default handler map, shared by all legends.""" |
| 825 | return cls._default_handler_map |
| 826 | |
| 827 | @classmethod |
| 828 | def set_default_handler_map(cls, handler_map): |
no outgoing calls
no test coverage detected