¡@

Home 

python Programming Glossary: uppercase_attr

What is a metaclass in Python?

http://stackoverflow.com/questions/100003/what-is-a-metaclass-in-python

attribute that doesn't start with '__' and uppercase it uppercase_attr for name val in future_class_attr.items if not name.startswith.. val in future_class_attr.items if not name.startswith '__' uppercase_attr name.upper val else uppercase_attr name val # let `type` do.. name.startswith '__' uppercase_attr name.upper val else uppercase_attr name val # let `type` do the class creation return type future_class_name..