Module buzz :: Class Person
[hide private]
[frames] | no frames]

Class Person

source code

The Person object represents a Buzz user. Person objects may be associated with Post or Comment objects as authors, or with other Person objects as followers.

Instance Methods [hide private]
 
__init__(self, json, client=None) source code
 
__repr__(self) source code
 
follow(self, client=None)
Syntactic sugar for `client.follow(person)`.
source code
 
unfollow(self, client=None)
Syntactic sugar for `client.unfollow(person)`.
source code
 
posts(self, client=None)
Syntactic sugar for `client.posts(person)`.
source code
Properties [hide private]
  _json_output
Property Details [hide private]

_json_output

Get Method:
unreachable._json_output(self)