From b73e7c1c30d2f709753d58f6c8c56d87867b529b Mon Sep 17 00:00:00 2001 From: Aahil Mehta Date: Fri, 25 Apr 2025 16:33:50 -0700 Subject: [PATCH] Expose utils in fiddle flags. PiperOrigin-RevId: 751599637 --- fiddle/absl_flags/utils.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 fiddle/absl_flags/utils.py diff --git a/fiddle/absl_flags/utils.py b/fiddle/absl_flags/utils.py new file mode 100644 index 00000000..af0f16e4 --- /dev/null +++ b/fiddle/absl_flags/utils.py @@ -0,0 +1,23 @@ +# coding=utf-8 +# Copyright 2022 The Fiddle-Config Authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +"""Fiddle absl flags utilities.""" + +# pylint: disable=unused-import, g-importing-member + +from fiddle._src.absl_flags.utils import CallExpression +from fiddle._src.absl_flags.utils import ImportDottedNameDebugContext +from fiddle._src.absl_flags.utils import resolve_function_reference +from fiddle._src.absl_flags.utils import set_value