Go to the source code of this file.
Namespaces | |
| robotide.utils.noconflict | |
Functions | |
| def | robotide.utils.noconflict.classmaker (left_metas=(), right_metas=()) |
| def | robotide.utils.noconflict.get_noconflict_metaclass (bases, left_metas, right_metas) |
| def | robotide.utils.noconflict.remove_redundant (metaclasses) |
| def | robotide.utils.noconflict.skip_redundant (iterable, skipset=None) |
| preliminary: two utility functions ##################### More... | |
Variables | |
| dictionary | robotide.utils.noconflict.memoized_metaclasses_map = {} |
| now the core of the module: two mutually recursive functions ## More... | |