ResourceAttributeNameValidator
digraph inheritance77ea94ac8c {
bgcolor=transparent;
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"ResourceAttributeNameValidator" [URL="#taurus.core.resource.resvalidator.ResourceAttributeNameValidator",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="Validator for res attribute names. Apart from the named related to the"];
"TaurusAttributeNameValidator" -> "ResourceAttributeNameValidator" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TaurusAttributeNameValidator" [URL="taurus.core.taurusvalidator-TaurusAttributeNameValidator.html#taurus.core.taurusvalidator.TaurusAttributeNameValidator",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="Base class for Attribute name validators."];
}
- class ResourceAttributeNameValidator(*p, **k)[source]
Validator for res attribute names. Apart from the named related to the mapped model value, the following named groups are created:
_resname: resource name (aka key)
Import from
taurus.core.resource.resvalidator
as:from taurus.core.resource.resvalidator import ResourceAttributeNameValidator