Postgresql SSL не может подключиться

Вы также можете использовать Ellipsis при указании ожидаемого выхода doctest :

class MyClass(object):
    """Example of a doctest Ellipsis

    >>> thing = MyClass()
    >>> # Match  and 
    >>> type(thing)           # doctest:+ELLIPSIS
    
    """
    pass

0
задан Rodrigo Miranda 16 January 2019 в 19:06
поделиться