class Parameter(object):
Parameter of a function.
| Method | __init__ | 
    Undocumented | 
| Property | name | 
    Name of the parameter, empty string if unknown. | 
| Property | type | 
    Type of the parameter as Type. | 
  
| Method | __repr__ | 
    Undocumented | 
| Instance Variable | _name | 
    Undocumented | 
| Instance Variable | _type | 
    Undocumented |