File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ def any_get_as_generic_data_container(any):
137
137
def any_get_as_scoping (any ):
138
138
return AnyGRPCAPI ._get_as (any ).scoping
139
139
140
+ @staticmethod
141
+ def any_get_as_data_sources (any ):
142
+ return AnyGRPCAPI ._get_as (any ).data_sources
143
+
140
144
@staticmethod
141
145
def any_get_as_data_tree (any ):
142
146
return AnyGRPCAPI ._get_as (any ).data_tree
@@ -239,6 +243,10 @@ def any_new_from_generic_data_container(any):
239
243
def any_new_from_scoping (any ):
240
244
return AnyGRPCAPI ._new_from (any , any ._server )
241
245
246
+ @staticmethod
247
+ def any_new_from_data_sources (any ):
248
+ return AnyGRPCAPI ._new_from (any , any ._server )
249
+
242
250
@staticmethod
243
251
def any_new_from_data_tree (any ):
244
252
return AnyGRPCAPI ._new_from (any , any ._server )
You can’t perform that action at this time.
0 commit comments