Skip to content

Commit

Permalink
added a few missing return documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
tscizzle committed Nov 21, 2016
1 parent 8438a09 commit b6fe9e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/library.rst
Expand Up @@ -41,6 +41,8 @@ graphpy.edge
- **Parameters**
- **attr** <hashable>
- potential key in this edge's *attrs* dict
- **Returns**
- bool for whether or not this edge has *attr*
- *method* **del_attr** (*attr*)
- **Parameters**
- **attr** <hashable>
Expand Down Expand Up @@ -83,6 +85,8 @@ graphpy.edge
- **Parameters**
- **attr** <hashable>
- potential key in this edge's *attrs* dict
- **Returns**
- bool for whether or not this edge has *attr*
- *method* **del_attr** (*attr*)
- **Parameters**
- **attr** <hashable>
Expand Down Expand Up @@ -130,6 +134,8 @@ graphpy.vertex
- **Parameters**
- **attr** <hashable>
- potential key in this vertex's *attrs* dict
- **Returns**
- bool for whether or not this vertex has *attr*
- *method* **del_attr** (*attr*)
- **Parameters**
- **attr** <hashable>
Expand Down Expand Up @@ -178,6 +184,8 @@ graphpy.vertex
- **Parameters**
- **attr** <hashable>
- potential key in this vertex's *attrs* dict
- **Returns**
- bool for whether or not this vertex has *attr*
- *method* **del_attr** (*attr*)
- **Parameters**
- **attr** <hashable>
Expand Down

0 comments on commit b6fe9e2

Please sign in to comment.