Skip to content

Commit

Permalink
chore: API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 5, 2023
1 parent 1dce470 commit d7a3eac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/api/configurations/data_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,17 @@ def ref() -> Optional[str]

Get the ref.

<a id="aea.configurations.data_types.Dependency.from_string"></a>

#### from`_`string

```python
@classmethod
def from_string(cls, string: str) -> "Dependency"
```

Parse from string.

<a id="aea.configurations.data_types.Dependency.from_json"></a>

#### from`_`json
Expand Down

0 comments on commit d7a3eac

Please sign in to comment.