cfme.utils.conf module

a wrapper that provides the old :code:utils.conf api

cfme.utils.conf.__format__()

default object formatter

cfme.utils.conf.__new__(S, ...) → a new object with type S, a subtype of T
cfme.utils.conf.__reduce__()

helper for pickle

cfme.utils.conf.__reduce_ex__()

helper for pickle

cfme.utils.conf.__sizeof__() → int

size of object in memory, in bytes

cfme.utils.conf.__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).