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