aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/gflags/gflags/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/gflags/gflags/__init__.py')
-rw-r--r--third_party/py/gflags/gflags/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/py/gflags/gflags/__init__.py b/third_party/py/gflags/gflags/__init__.py
index 81f4f33437..263bd3602b 100644
--- a/third_party/py/gflags/gflags/__init__.py
+++ b/third_party/py/gflags/gflags/__init__.py
@@ -889,3 +889,12 @@ MarkFlagAsRequired = mark_flag_as_required
MarkFlagsAsRequired = mark_flags_as_required
MarkFlagsAsMutualExclusive = mark_flags_as_mutual_exclusive
# pylint: enable=invalid-name
+
+# New PEP8 style functions.
+get_help_width = GetHelpWidth
+text_wrap = TextWrap
+flag_dict_to_args = FlagDictToArgs
+doc_to_help = DocToHelp
+declare_key_flag = DECLARE_key_flag
+adopt_module_key_flags = ADOPT_module_key_flags
+disclaim_key_flags = DISCLAIM_key_flags