This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ------ Create annotation check_params begin 2019-5-14 ------ # | |
| __author__ = "brave_heart" | |
| class CheckAnnotation(object): | |
| """ | |
| eg: | |
| @CheckAnnotation.check_params | |
| def func(params: str) -> str: | |
| return "" | |
| func("") |