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