Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Given the following source:
- from mako.template import Template
- import mako
- from mako import template
- Template("hello")
- # XXX(fletcher): for some reason, bandit is missing the one below. keeping it
- # in for now so that if it gets fixed inadvertitently we know.
- mako.template.Template("hern")
- template.Template("hern")
- The qualname lists are:
- ['mako', 'template', 'Template']
- ['mako', 'template', 'Template']
- ['mako', 'template', 'Template']
Advertisement
Add Comment
Please, Sign In to add comment