Data Model version 2.0.6
Acknowledgements
Diagram
|
Class Map
|
Attribute Map
|
Method Map
|
Help
|
License
Home
|
Package
|
Class:
{
prev
|
next
} | Attribute | Method
Data Type: RgbColor
from Package
memops.api.Implementation
Implementation Type:
String
Supertype:
memops.Implementation.String
Maximum length:
unlimited
Constraint name:
RGB_color_format
python code
value[0] == '#' and not [x for x in value[1:] if x not in '0123456789ABCDEF']
Constraint name:
length_is_7
python code
len(value) == 7
Data Model Version
2.0.6
Go to Top
Autogenerated by
PyApiDocGen
revision
1.3
on
Wed Aug 7 15:06:17 2013
from data model package
memops.api.Implementation.RgbColor
revision
1.12
Work done by the
CCPN team
.
www.ccpn.ac.uk