Skip to content

shipany.bot.actions.broken_action

shipany.bot.actions.broken_action package

Submodules

shipany.bot.actions.broken_action.v1 module

class shipany.bot.actions.broken_action.v1.BrokenAction

Bases: object

Broken action class.

This action is used to test the error handling of the bot.

It doesn’t have necessary attributes to be a valid action. Namely, it doesn’t have a name attribute.

shipany.bot.actions.broken_action.v2 module

shipany.bot.actions.broken_action.v3 module

pydantic model shipany.bot.actions.broken_action.v3.BrokenAction

Bases: BaseModel

Literally the broken action. Do not use it.

field name : Literal['BrokenAction@3'] [Required]

shipany.bot.actions.broken_action.v4 module

pydantic model shipany.bot.actions.broken_action.v4.BrokenAction

Bases: BaseModel

Literally the broken action. Do not use it.

field name : Literal['BrokenAction@4'] [Required]

Module contents