class documentation

class Polynomial:

Constructor: Polynomial(num, shift)

View In Hierarchy

Undocumented

Method __getitem__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Method __len__ Undocumented
Method __mod__ Undocumented
Method __mul__ Undocumented
Instance Variable num Undocumented
def __getitem__(self, index):

Undocumented

def __init__(self, num, shift):

Undocumented

def __iter__(self):

Undocumented

def __len__(self):

Undocumented

def __mod__(self, other):

Undocumented

def __mul__(self, other):

Undocumented

num =

Undocumented