Home | History | Annotate | Download | only in Lib

Lines Matching refs:property

366         if isinstance(object, property): return self.docproperty(*args)
970 """Produce html documentation for a property."""
1351 """Produce text documentation for a property."""
1569 isinstance(object, property)):
1783 input = property(lambda self: self._input or sys.stdin)
1784 output = property(lambda self: self._output or sys.stdout)