Lines Matching refs:unsafe
30 #: attributes of function objects that are considered unsafe.
40 #: unsafe method attributes. function attributes are unsafe for methods too
43 #: unsafe generator attirbutes.
46 #: unsafe attributes on coroutines
49 #: unsafe attributes on async generators
158 def unsafe(f):
159 """Marks a function or method as unsafe.
163 @unsafe
229 for typespec, unsafe in _mutable_spec:
231 return attr in unsafe
336 affect the `unsafe` decorator from this module.
398 """Return an undefined object for unsafe attributes."""
400 'object is unsafe.' % (