Home | History | Annotate | Download | only in python

Lines Matching refs:class_name

798   def __init__(self, class_name):
802 class_name: basic python type or a class
805 self._class_name = class_name
808 """Check to see if the RHS is an instance of class_name.