fparser Reference Guide  0.0.14
fparser.common.utils.classes Class Reference
Inheritance diagram for fparser.common.utils.classes:
Collaboration diagram for fparser.common.utils.classes:

Public Member Functions

def __new__ (metacls, name, bases, dict)
 
- Public Member Functions inherited from fparser.common.utils.meta_classes
def __getattr__ (self, name)
 

Detailed Description

Make classes available as attributes of this class.

To add a class to the attributes list, one must use::

  class Name(metaclass=classes):

in the definition of the class.

In addition, apply the following tasks:

* decorate analyze methods with show_item_on_failure

Definition at line 363 of file utils.py.


The documentation for this class was generated from the following file: