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):
137137 def any_get_as_scoping (any ):
138138 return AnyGRPCAPI ._get_as (any ).scoping
139139
140+ @staticmethod
141+ def any_get_as_data_sources (any ):
142+ return AnyGRPCAPI ._get_as (any ).data_sources
143+
140144 @staticmethod
141145 def any_get_as_data_tree (any ):
142146 return AnyGRPCAPI ._get_as (any ).data_tree
@@ -239,6 +243,10 @@ def any_new_from_generic_data_container(any):
239243 def any_new_from_scoping (any ):
240244 return AnyGRPCAPI ._new_from (any , any ._server )
241245
246+ @staticmethod
247+ def any_new_from_data_sources (any ):
248+ return AnyGRPCAPI ._new_from (any , any ._server )
249+
242250 @staticmethod
243251 def any_new_from_data_tree (any ):
244252 return AnyGRPCAPI ._new_from (any , any ._server )
You can’t perform that action at this time.
0 commit comments