【发布时间】:2017-04-21 06:49:50
【问题描述】:
在 Twisted 文档中,当我打开任何 Twisted 代码时,我会注意到类似
的内容@see: L{IReactorCore<twisted.internet.interfaces.IReactorCore>}
@ivar called: A flag which is C{False} until either C{callback} or
C{errback} is called and afterwards always C{True}.
@type called: C{bool}
Compute the allowed methods on a C{Resource} based on defined render_FOO
methods. Used when raising C{UnsupportedMethod} but C{Resource} does
not define C{allowedMethods} attribute.
谁能告诉我字母 C、L like C{bool}、L{IReactorCore} 是什么意思,@see、@ivar、@type 是什么意思?
【问题讨论】: