arguments

Run Settings
LanguagePython
Language Version
Run Command
from named_as_positional import TestNAP from named_args import TestNA TestNAP.test(2) print '' TestNA.test(1, 2, c=None)
class TestNA(object): @staticmethod def test(a, b, c): print a print b print c
class TestNAP(object): @staticmethod def test(a=1): print a
Editor Settings
Theme
Key bindings
Full width
Lines