HomeSort by relevance Sort by last modified time
    Searched refs:NetworkXError (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 23 from networkx.exception import NetworkXError, NetworkXNoPath
121 except (NetworkXNoPath, NetworkXError):
122 # NetworkXError: the type is valid but not in graph, e.g.
163 except (NetworkXNoPath, NetworkXError):
164 # NetworkXError: the type is valid but not in graph, e.g.
199 except (NetworkXNoPath, NetworkXError, KeyError):
200 # NetworkXError: the type is valid but not in graph, e.g.
243 except NetworkXError:
244 # NetworkXError: the type is valid but not in graph, e.g.
dta.py 26 from networkx.exception import NetworkXError, NetworkXNoPath
114 except (NetworkXNoPath, NetworkXError):
115 # NetworkXError: the type is valid but not in graph, e.g. excluded
152 except (NetworkXNoPath, NetworkXError):
153 # NetworkXError: the type is valid but not in graph, e.g. excluded
185 except (NetworkXNoPath, NetworkXError, KeyError):
186 # NetworkXError: the type is valid but not in graph, e.g. excluded
231 except NetworkXError:
232 # NetworkXError: the type is valid but not in graph, e.g. excluded

Completed in 64 milliseconds