예제 #1
0
파일: test_uuid.py 프로젝트: adUst0/FixSubs
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     self.check_node(node, 'netstat', True)
예제 #2
0
파일: test_uuid.py 프로젝트: Darriall/pypy
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     if node is not None:
         self.check_node(node, 'netstat')
예제 #3
0
 def test_netstat_getnode(self):
     node = uuid._netstat_getnode()
     if node is not None:
         self.check_node(node, 'netstat')
예제 #4
0
파일: nodes.py 프로젝트: xxoolm/Ryven
 def update_event(self, inp=-1):
     self.set_output_val(0, uuid._netstat_getnode())