Hacker Poesy
  • FAQ
  • Login
  • Public

    • Public
    • Groups
    • Recent tags
    • Popular
    • Directory

Conversation:

Notices

  1. Brett Slatkin ()'s status on Tuesday, 08-Jan-2013 18:44:00 EST Brett Slatkin Brett Slatkin
    Remote profile options...
    TIL: Python's @property has a short-hand for setters! class C(object): def __init__(self): self._x = None @property def x(self): """I'm the 'x' property.""" return self._x @x.setter def x(self, value): self._x = value @x.deleter def x(self): del self._x I was using Python 2.5 for so long I've been unaware of features introduce…
    Tuesday, 08-Jan-2013 18:44:00 EST from feedproxy.google.com permalink

    Attachments

    1. -20130108T234424-jf9rbwm.html

    Feeds

    • Activity Streams
    • RSS 2.0
    • Atom
    • Help
    • About
    • FAQ
    • Privacy
    • Source
    • Version
    • Contact

    Hacker Poesy is a GNU social hub. It runs version 1.1.3-beta3, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All Hacker Poesy content and data are available under the Creative Commons Attribution 3.0 license.

    Switch to mobile site layout.