
PHP /** * @property \yii\web\AssetManager $assetManager The asset manager application component. This property is * read-only. * @property \yii\rbac\ManagerInterface $authManager The auth manager application */ phpstorm 会有上面定义的变量提示 Yii::app()-> def __getattr__(self, item): def call_back(*args, **kwargs): func = getattr(self.one, item) return func(*args, **kwargs) return call_back 1 fcmio 2020 年 7 月 10 日 via iPhone 你看看别人写的模块代码的注释…… |
2 iyaozhen 2020 年 7 月 10 日 Python 注释规范有几套 级随便看一套,然后 IDE 里面选对应的注释规范 主要注释关键字 type,类似这样 :param request: :type request: Message |