Python返回self/“some string”语法

2024-09-28 05:28:36 发布

您现在位置:Python中文网/ 问答频道 /正文

我在github上的一个库中查找时发现:

@property
def tois(self):
    return self / 'Top of Information Store'

这个报税表是做什么的?你知道吗

编辑:这是context。你知道吗


Tags: ofstoreselfgithub编辑returninformationtop

热门问题