Add pythonNone to pythonExpression

Closes #54
This commit is contained in:
Caleb Donovick
2018-12-18 15:37:19 -08:00
committed by nfnty
parent e5c90c6b10
commit 7ecb80f0fc
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ b"{0.name!r:b} {0[n]} {name!s: } {{test}} {{}} {} {.__len__:s}"
b"${test} ${test ${test}aname $$$ $test+nope"
f"{var}...{arr[123]} normal {var['{'] // 0xff} \"xzcb\" 'xzcb' {var['}'] + 1} text"
f"{expr1 if True or False else expr2} wow {','.join(c.lower() for c in 'asdf')}"
f"{expr1 if True or False else expr2} {None} wow {','.join(c.lower() for c in 'asdf')}"
f"hello {expr:.2f} yes {(lambda: 0b1)():#03x} lol {var!r}"
f'brackets: {{ 1 + 2 }} and {{{{ 3 + 4 }}}}'
fr'this {that}'