More actions
Combined display of all available logs of Randomness wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:54, 14 September 2024 Derg talk contribs created page Test (Created page with " This is a text article <syntaxhighlight lang="python"> # You can syntax highlight code def compacttrace(exc: Exception, maxamount: int = 100): out = [] for a in range(maxamount): line = exc.__traceback__.tb_lineno file = exc.__traceback__.tb_frame.f_code.co_filename out.append(f"{exc!a} # line {line} file {file}") if exc.__cause__: out.append("# Caused") elif exc.__context__: out.append("# Happened...")