Extract attribute attr from module if attr is available in any possible lettercase permutation.
module (str) – Object on which to seek attr.
str
attr (str) – Name of attribute with uncertain case.
attribute – Module attribute returned if available. None if not.
Any