19. 自动对接测试¶
只是在测试几种自动对接的可能性。
- class autodoc_target.Class(arg)¶
类到文档。
- attr = 'bar'¶
应该被记录下来--S
- descr¶
描述符实例文档字符串。
- docattr = 'baz'¶
同样应该被记录下来--S
- excludemeth()¶
应该排除的方法。
- inst_attr_comment¶
有文档记录的实例属性
- inst_attr_inline¶
内联记录的实例属性
- inst_attr_string¶
有文档记录的实例属性
- mdocattr = <_io.StringIO object>¶
也应该记录在案--S
- meth()¶
功能。
- classmethod moore(a, e, f) happiness ¶
- property prop¶
财产。
- skipmeth()¶
应该跳过的方法。
- udocattr = 'quux'¶
也应该记录在案--S
- autodoc_target.function(foo, *args, **kwds)¶
返回垃圾邮件。
- class autodoc_target.Class(arg)¶
类到文档。
其他内容。
- attr = 'bar'¶
应该被记录下来--S
- descr¶
描述符实例文档字符串。
- docattr = 'baz'¶
同样应该被记录下来--S
- excludemeth()¶
应该排除的方法。
- inheritedmeth()¶
继承的功能。
- inst_attr_comment¶
有文档记录的实例属性
- inst_attr_inline¶
内联记录的实例属性
- inst_attr_string¶
有文档记录的实例属性
- mdocattr = <_io.StringIO object>¶
也应该记录在案--S
- meth()¶
功能。
- classmethod moore(a, e, f) happiness ¶
- property prop¶
财产。
- skipmeth()¶
应该跳过的方法。
- udocattr = 'quux'¶
也应该记录在案--S
- Class.docattr = 'baz'¶
同样应该被记录下来--S
- class autodoc_target.CustomDict¶
基类:
dict
文件串。