fastcs.util#

Members

Controller_T

Generic Controller class that an unbound method must be called with as self

ONCE

Sentinel value to call a scan or io update method once on start up

snake_to_pascal

Converts string from snake case to Pascal case.

class fastcs.util.Controller_T#

Generic Controller class that an unbound method must be called with as self

alias of TypeVar(‘Controller_T’, bound=BaseController)

fastcs.util.ONCE = inf#

Sentinel value to call a scan or io update method once on start up

fastcs.util.snake_to_pascal(name: str) str[source]#

Converts string from snake case to Pascal case. If string is not a valid snake case it will be returned unchanged