Skip to content

Commit

Permalink
馃摑 check off edge directed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ehne committed Aug 14, 2021
1 parent 83dba3e commit 3540b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ Note: All functions containing node parameters accept either a Node instance or
- [x] Edge(source, target, weight=None, directed=False) - Creates an edge between the specified source and target nodes, with optional weight and directed properties.
- [x] edge.source(), edge.target() - Returns the edge's source/target nodes.
- [x] edge.set_weight(weight=None), edge.weight() - Sets/gets the weight of the edge.
- [ ] edge.set_directed(directed=True), edge.directed() - Sets/gets whether the edge is directed.
- [x] edge.set_directed(directed=True), edge.directed() - Sets/gets whether the edge is directed.
- [x] edge.other_node(node) - Returns a node connected by the edge, other than the node specified.
- [x] edge.set_attribute(name, value), edge.attribute(name) - Sets/gets custom attributes for the edge.
- [ ] edge.set_priority(value), edge.priority(name) - Sets/gets a priority value used for comparison.
Expand Down

0 comments on commit 3540b5b

Please sign in to comment.