Skip to content
Snippets Groups Projects
Commit 6d45c316 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v2.2.9

parent 15f7b56e
No related branches found
Tags v2.2.9
No related merge requests found
import inspect import inspect
import types
""" """
Taken from http://code.activestate.com/recipes/204197-solving-the-metaclass-conflict/ Taken from http://code.activestate.com/recipes/204197-solving-the-metaclass-conflict/ and slightly
modified
""" """
__all__ = ['metaclass_maker_f'] __all__ = ['metaclass_maker']
def skip_redundant(iterable, skipset=None): def skip_redundant(iterable, skipset=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment