NetworkX
2.4
Install
Tutorial
Reference
Introduction
Graph types
Algorithms
Functions
Graph
networkx.classes.function.degree
networkx.classes.function.degree_histogram
networkx.classes.function.density
networkx.classes.function.info
networkx.classes.function.create_empty_copy
networkx.classes.function.is_directed
networkx.classes.function.to_directed
networkx.classes.function.to_undirected
networkx.classes.function.is_empty
networkx.classes.function.add_star
networkx.classes.function.add_path
networkx.classes.function.add_cycle
networkx.classes.function.subgraph
networkx.classes.function.subgraph_view
networkx.classes.function.induced_subgraph
networkx.classes.function.restricted_view
networkx.classes.function.reverse_view
networkx.classes.function.edge_subgraph
Nodes
Edges
Self loops
Attributes
Freezing graph structure
Graph generators
Linear algebra
Converting to and from other data formats
Relabeling nodes
Reading and writing graphs
Drawing
Randomness
Exceptions
Utilities
Glossary
Developer Guide
Release Log
License
Credits
Citing
Bibliography
Examples
NetworkX
»
Reference
»
Functions
»
networkx.classes.function.is_directed
networkx.classes.function.is_directed
¶
is_directed
(
G
)
[source]
¶
Return True if graph is directed.