class documentation

class Seller:

Constructor: Seller(pot_type)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Method pot_type.setter Undocumented
Property pot_type Undocumented
Instance Variable _pot_type Undocumented
def __init__(self, pot_type):

Undocumented

def __str__(self):

Undocumented

@pot_type.setter
def pot_type(self, new_pot_type):

Undocumented

@property
pot_type =

Undocumented

_pot_type =

Undocumented