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: docs/reference/lang/tour.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2344,7 +2344,6 @@ Built-in functions and members of schema
2344
2344
- instances(full_pkg: bool = False)
2345
2345
Return the list of existing instances of a schema in the main package. When the `full_pkg` is set `True`, return all schema instances in the whole program.
Copy file name to clipboardExpand all lines: i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/lang/spec/schema.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
@@ -816,8 +816,8 @@ Suppose there are schemas a, b, and c, where c inherits b and b inherits a. Sche
816
816
817
817
Built-in function and members of schema
818
818
819
-
- instances()
820
-
Return the list of existing instances of a schema.
819
+
- instances(full_pkg: bool = False)
820
+
Return the list of existing instances of a schema in the main package. When the `full_pkg` is set `True`, return all schema instances in the whole program.
Copy file name to clipboardExpand all lines: versioned_docs/version-0.10/reference/lang/spec/schema.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
@@ -816,8 +816,8 @@ Suppose there are schemas a, b, and c, where c inherits b and b inherits a. Sche
816
816
817
817
Built-in function and members of schema
818
818
819
-
- instances()
820
-
Return the list of existing instances of a schema.
819
+
- instances(full_pkg: bool = False)
820
+
Return the list of existing instances of a schema in the main package. When the `full_pkg` is set `True`, return all schema instances in the whole program.
Copy file name to clipboardExpand all lines: versioned_docs/version-0.10/reference/lang/tour.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
@@ -2341,8 +2341,8 @@ Note that the current version of KCL does not yet support user-defined decorator
2341
2341
2342
2342
Built-in functions and members of schema
2343
2343
2344
-
- instances()
2345
-
Return the list of existing instances of a schema.
2344
+
- instances(full_pkg: bool = False)
2345
+
Return the list of existing instances of a schema in the main package. When the `full_pkg` is set `True`, return all schema instances in the whole program.
0 commit comments