File "_helpers.py"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python37/lib/python3.7/site-packages/jsonschema/tests/_helpers.py
File size: 157 bytes
MIME-type: text/plain
Charset: utf-8

def bug(issue=None):
    message = "A known bug."
    if issue is not None:
        message += " See issue #{issue}.".format(issue=issue)
    return message