You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/reference/python-api/core.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,9 +140,9 @@ The full generated reference follows.
140
140
141
141
<!-- AUTO-GENERATED by scripts/gen_api_docs.py, do not edit by hand. -->
142
142
143
-
[](https://github.com/codellm-devkit/python-sdk)[](https://pypi.org/project/cldk/1.4.0/)
143
+
[](https://github.com/codellm-devkit/python-sdk)[](https://pypi.org/project/cldk/1.4.3/)
Copy file name to clipboardExpand all lines: src/content/docs/reference/python-api/java.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,9 @@ follows.
106
106
107
107
<!-- AUTO-GENERATED by scripts/gen_api_docs.py, do not edit by hand. -->
108
108
109
-
[](https://github.com/codellm-devkit/python-sdk)[](https://pypi.org/project/cldk/1.4.0/)
109
+
[](https://github.com/codellm-devkit/python-sdk)[](https://pypi.org/project/cldk/1.4.3/)
110
110
111
-
_API reference generated from cldk 1.4.0._
111
+
_API reference generated from cldk 1.4.3._
112
112
113
113
## Analysis
114
114
@@ -647,7 +647,7 @@ any inclusion substring AND does not contain any exclusion substring.
Copy file name to clipboardExpand all lines: src/content/docs/reference/python-api/python.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,9 +123,9 @@ follows.
123
123
124
124
<!-- AUTO-GENERATED by scripts/gen_api_docs.py, do not edit by hand. -->
125
125
126
-
[](https://github.com/codellm-devkit/python-sdk)[](https://pypi.org/project/cldk/1.4.0/)
126
+
[](https://github.com/codellm-devkit/python-sdk)[](https://pypi.org/project/cldk/1.4.3/)
Return a specific method by class and method name.
682
+
Return a specific method or module-level function by scope and name.
683
683
684
684
Retrieves detailed information about a single method, including
685
685
its signature, parameters, return type, decorators, and body.
686
686
687
+
``qualified_class_name`` is looked up the same way as
688
+
`get_all_methods_in_application`'s outer keys: a class signature resolves to that
689
+
class's methods, and a module name (``PyModule.module_name``) resolves to that module's
690
+
top-level functions.
691
+
687
692
**Parameters:**
688
693
689
694
| Name | Type | Description |
690
695
| ---- | ---- | ----------- |
691
-
|`qualified_class_name`|`str`| The fully qualified name of the class containing the method (e.g., ``"mypackage.models.User"``). |
696
+
|`qualified_class_name`|`str`| The fully qualified name of the class containing the method (e.g., ``"mypackage.models.User"``), or a module name for module-level functions. |
692
697
|`qualified_method_name`|`str`| The name of the method to retrieve (e.g., ``"save"`` or ``"__init__"``). |
<!-- AUTO-GENERATED by scripts/gen_api_docs.py, do not edit by hand. -->
55
55
56
-
[](https://github.com/codellm-devkit/python-sdk)[](https://pypi.org/project/cldk/1.4.0/)
56
+
[](https://github.com/codellm-devkit/python-sdk)[](https://pypi.org/project/cldk/1.4.3/)
0 commit comments