Home | History | Annotate | Download | only in jinja2

Lines Matching refs:unsafe

25 #: attributes of function objects that are considered unsafe.
29 #: unsafe method attributes. function attributes are unsafe for methods too
32 #: unsafe generator attirbutes.
107 def unsafe(f):
108 """Marks a function or method as unsafe.
112 @unsafe
174 for typespec, unsafe in _mutable_spec:
176 return attr in unsafe
281 affect the `unsafe` decorator from this module.
343 """Return an undefined object for unsafe attributes."""
345 'object is unsafe.' % (