Package Camelot :: Package camelot :: Package types :: Class IPAddress
[frames] | no frames]

Class IPAddress

source code


Nested Classes

Inherited from Code: impl

Instance Methods
 
__init__(self, **kwargs)
eg ['99', 'AA']. For valid input masks, see QLineEdit
source code

Inherited from Code: bind_processor, result_processor

Inherited from sqlalchemy.types.TypeDecorator: __getattr__, compare_values, copy, copy_value, dialect_impl, get_col_spec, get_dbapi_type, is_mutable, load_dialect_impl, process_bind_param, process_result_value

Inherited from sqlalchemy.types.AbstractType: __repr__, adapt_operator

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

Properties

Inherited from object: __class__

Method Details

__init__(self, **kwargs)
(Constructor)

source code 
eg ['99', 'AA']. For valid input masks, see QLineEdit
Parameters:
  • parts - a list of input masks specifying the mask for each part,
Overrides: object.__init__
(inherited documentation)