コード例 #1
0
ファイル: sandbox.py プロジェクト: ByReaL/OctoPrint
 def __init__(self, env, escape):
     SandboxedFormatterMixin.__init__(self, env)
     EscapeFormatter.__init__(self, escape)
コード例 #2
0
 def __init__(self, env, escape):
     SandboxedFormatterMixin.__init__(self, env)
     EscapeFormatter.__init__(self, escape)