labbench.paramattr.method_kwarg

class labbench.paramattr.method_kwarg.NetworkAddress(*args, **kws)

Bases: MethodKeywordArgument, NetworkAddress

ROLE
accept_port: bool
allow_none: bool
cache: bool
case: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.Path(*args, **kws)

Bases: MethodKeywordArgument, Path

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
must_exist: bool

does the path need to exist when set?

name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.any(*args, **kws)

Bases: MethodKeywordArgument, Any

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.bool(*args, **kws)

Bases: MethodKeywordArgument, Bool

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.bytes(*args, **kws)

Bases: MethodKeywordArgument, Bytes

ROLE
allow_none: bool
cache: bool
case: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.complex(*args, **kws)

Bases: MethodKeywordArgument, Complex

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.dict(*args, **kws)

Bases: MethodKeywordArgument, Dict

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.float(*args, **kws)

Bases: MethodKeywordArgument, Float

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
index_lookup_attr
inherit: bool
label: str
log: bool
max: T | None
min: T | None
name: str
only: tuple
path_attr
sets: bool
step: float | None
table_index_column
class labbench.paramattr.method_kwarg.int(*args, **kws)

Bases: MethodKeywordArgument, Int

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
index_lookup_attr
inherit: bool
label: str
log: bool
max: T | None
min: T | None
name: str
only: tuple
path_attr
sets: bool
table_index_column
class labbench.paramattr.method_kwarg.list(*args, **kws)

Bases: MethodKeywordArgument, List

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.str(*args, **kws)

Bases: MethodKeywordArgument, Unicode

ROLE
allow_none: bool
cache: bool
case: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool
class labbench.paramattr.method_kwarg.tuple(*args, **kws)

Bases: MethodKeywordArgument, Tuple

ROLE
allow_none: bool
cache: bool
gets: bool
help: str
inherit: bool
label: str
log: bool
name: str
only: tuple
sets: bool