From d7a3eac0f28a21378a46cdfa08d2cdf1e82002ce Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Thu, 5 Oct 2023 12:39:33 +0530 Subject: [PATCH] chore: API docs --- docs/api/configurations/data_types.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/api/configurations/data_types.md b/docs/api/configurations/data_types.md index a0e112262c..5dc85a362e 100644 --- a/docs/api/configurations/data_types.md +++ b/docs/api/configurations/data_types.md @@ -1067,6 +1067,17 @@ def ref() -> Optional[str] Get the ref. + + +#### from`_`string + +```python +@classmethod +def from_string(cls, string: str) -> "Dependency" +``` + +Parse from string. + #### from`_`json