// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
jsonschema
/
tests
[ PARENT ]
EDIT :: _helpers.py
def bug(issue=None): message = "A known bug." if issue is not None: message += " See issue #{issue}.".format(issue=issue) return message
SAVE
CANCEL