MCPcopy Create free account
hub / github.com/ElementsProject/elements / _remove_empty

Function _remove_empty

test/functional/test_framework/netutil.py:40–41  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

38 return inodes
39
40def _remove_empty(array):
41 return [x for x in array if x !='']
42
43def _convert_ip_port(array):
44 host,port = array.split(':')

Callers 1

netstatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected