Package tdi :: Package tools :: Package htmlform :: Module _adapters :: Class NullParameterAdapter
[frames] | no frames]

Class NullParameterAdapter

source code

object --+
         |
        NullParameterAdapter

This adapter just returns nothing
Instance Methods
 
getlist(self, name) source code
 
getfirst(self, name, default=None) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  __implements__ = [<class 'tdi.tools.htmlform._interfaces.Param...
Properties

Inherited from object: __class__

Method Details

getlist(self, name)

source code 

getfirst(self, name, default=None)

source code 

Class Variable Details

__implements__

Value:
[<class 'tdi.tools.htmlform._interfaces.ParameterAdapterInterface'>]