Skip to content

Programming Misadventures

A blog about my coding mishaps, notes and insights.

Primary Menu

  • Home
  • About Me

Testing Highlight.js

February 26, 2021February 28, 2021samuel.andrew.leon Leave a comment
@requires_authorization(roles=["ADMIN"])
def somefunc(param1='', param2=0):
    r'''A docstring'''
    if param1 > param2: # interesting
        print 'Gre\'ater'
    return (param2 - param1 + 1 + 0b10l) or None

class SomeClass:
    pass

>>> message = '''interpreter
... prompt'''

Recent Posts

  • Testing Highlight.js

Recent Comments

    Archives

    • February 2021

    Categories

    • Programming

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Proudly powered by WordPress | Theme: Wilson by Anders Noren.