{"body":"sulo: 130 class NetDevice():                                                                                                                                    \n~ 131     def __init__(self, name, project_id, region_id, device_type, ip_address):                                                                         \n+ 132     ┆   self.name = name                                                                                                                              \n+ 133     ┆   self.project_id = project_id                                                                                                                  \n  134     ┆   self.region_id = region_id                                                                                                                    \n+ 135     ┆   self.device_type = device_type                                                                                                                \n  136     ┆   self.ip_address = ip_address                                                                                                                  \n  137                                                                                                                                                       \n  138     def items(self):                                                                                                                                  \n  139     ┆   return iter(self.__dict__.items())                                                                                                            \n  140                                                                                                                                                       \n~_141 NETDEVICE1 = NetDevice('NetDevice1', 1, 1, 1, '10.10.0.1')  ","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/hK8hUpkK","modified":1481126443,"id":"hK8hUpkK","size":1809,"lines":12,"own_paste":false,"theme":"","date":1481126443}