MCPcopy Create free account
hub / github.com/webpy/webpy / SecurityError

Class SecurityError

web/template.py:1243–1246  ·  view source on GitHub ↗

The template seems to be trying to do something naughty.

Source from the content-addressed store, hash-verified

1241
1242
1243class SecurityError(Exception):
1244 """The template seems to be trying to do something naughty."""
1245
1246 pass
1247
1248
1249ALLOWED_AST_NODES = [

Callers 4

walkMethod · 0.85
fail_nodeMethod · 0.85
fail_attributeMethod · 0.85
fail_nameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected