Home | History | Annotate | Download | only in python2.7

Lines Matching refs:property

334         if isinstance(object, property): return self.docproperty(*args)
931 """Produce html documentation for a property."""
1312 """Produce text documentation for a property."""
1522 isinstance(object, property)):
1736 input = property(lambda self: self._input or sys.stdin)
1737 output = property(lambda self: self._output or sys.stdout)