原始内容
高亮显示
复制内容
# This is a sample module used for testing doctest. # # This module is for testing how doctest handles a module with no # docstrings. class Foo(object): # A class with no docstring. def __init__(self): pass
您还没有登录,登录后您可以:
首次使用?从这里 注册