Lines Matching refs:def
12 def os_open(*args, **kwarg):
17 def __init__(self, symbol, **kwargs):
21 def open(self, *args, **kwargs):
24 def read(self, *args, **kwargs):
28 def netutils_netif(iface):
33 def __init__(self, iface, cls, name, *args, **kwargs):
37 def wait_for_carrier(self, timeout):
43 def __init__(self, iface, cls, name, *args, **kwargs):
53 def close(self):
57 def socket(self, family, type):
62 def settimeout(self, timeout):
67 def send(self, buf):
71 def recv(self, size):
80 def bind(self, arg):
85 def __init__(self, iface='some_name', test_init=False):
102 def is_down(self):
108 def get_ipaddr(self):
114 def is_loopback_enabled(self):
120 def get_driver(self):
124 def wait_for_carrier(self, timeout=1):