ReFreSH.MobileSuit.Decorators package¶
Submodules¶
ReFreSH.MobileSuit.Decorators.DecoratorNames module¶
ReFreSH.MobileSuit.Decorators.DecoratorUtils module¶
ReFreSH.MobileSuit.Decorators.SuitArgParser module¶
Module contents¶
- ReFreSH.MobileSuit.Decorators.SuitAlias(alias: str)[source]¶
Alias for a SuitObject’s member
- Parameters:
alias – Alias for a SuitObject’s member
- ReFreSH.MobileSuit.Decorators.SuitArgInjected(arg_name: str)[source]¶
Indicate that Mobile Suit should Inject to this argument.
- Parameters:
arg_name – The name of the argument to inject.
- ReFreSH.MobileSuit.Decorators.SuitArgParser(arg_name: str, parser_name: str = '', TTarget=None, TConverter=None)[source]¶
Select the parser used for the certain argument