labbench.paramattr.property¶
- class labbench.paramattr.property.NetworkAddress(*args, **kws)¶
Bases:
Property
,NetworkAddress
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶
- class labbench.paramattr.property.Path(*args, **kws)¶
Bases:
Property
,Path
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶
- class labbench.paramattr.property.any(*args, **kws)¶
Bases:
Property
,Any
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶
- class labbench.paramattr.property.bool(*args, **kws)¶
Bases:
Property
,Bool
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶
- class labbench.paramattr.property.bytes(*args, **kws)¶
Bases:
Property
,Bytes
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶
- class labbench.paramattr.property.complex(*args, **kws)¶
Bases:
Property
,Complex
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶
- class labbench.paramattr.property.dict(*args, **kws)¶
Bases:
Property
,Dict
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶
- class labbench.paramattr.property.float(*args, **kws)¶
Bases:
Property
,Float
- ROLE¶
- index_lookup_attr¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- max: T | None¶
- min: T | None¶
- name¶
- path_attr¶
- table_index_column¶
- class labbench.paramattr.property.int(*args, **kws)¶
Bases:
Property
,Int
- ROLE¶
- index_lookup_attr¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- max: T | None¶
- min: T | None¶
- name¶
- path_attr¶
- table_index_column¶
- class labbench.paramattr.property.list(*args, **kws)¶
Bases:
Property
,List
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶
- class labbench.paramattr.property.str(*args, **kws)¶
Bases:
Property
,Unicode
- ROLE¶
- key: Any¶
when set, this defines the property implementation based on a key adapter in the owner
- name¶