Example #1
0
File: api.py Project: rlane/pybsn
 def remove_switch_by_dpid(self, dpid):
     return Switch.remove_switch_by_dpid(self.client, dpid)
Example #2
0
 def remove_switch_by_dpid(self, dpid):
     return Switch.remove_switch_by_dpid(self.client, dpid)