Skip to content

Commit ec24457

Browse files
authored
[SDK-210] Update the docstring for client.get_feature_schemas() to explain better the use of None (#1242)
2 parents 0b79348 + e002b27 commit ec24457

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

labelbox/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,9 @@ def get_feature_schemas(self, name_contains) -> PaginatedCollection:
892892
Fetches top level feature schemas with names that match the `name_contains` string
893893
894894
Args:
895-
name_contains (str): the string to search top level feature schema names by
895+
name_contains (str): search filter for a name of a root feature schema
896+
If present, results in a case insensitive 'like' search for feature schemas
897+
If None, returns all top level feature schemas
896898
Returns:
897899
PaginatedCollection of FeatureSchemas with names that match `name_contains`
898900
"""

0 commit comments

Comments
 (0)