@@ -1078,6 +1078,14 @@ def enable_dev_tools(self,
1078
1078
1079
1079
Available dev_tools environment variables:
1080
1080
1081
+ - DASH_DEBUG
1082
+ - DASH_SERVE_DEV_BUNDLES
1083
+ - DASH_HOT_RELOAD
1084
+ - DASH_HOT_RELOAD_INTERVAL
1085
+ - DASH_HOT_RELOAD_WATCH_INTERVAL
1086
+ - DASH_HOT_RELOAD_MAX_RETRY
1087
+ - DASH_SILENCE_ROUTES_LOGGING
1088
+
1081
1089
:param debug: If True, then activate all the tools unless specifically
1082
1090
disabled by the arguments or by environ variables. Available as
1083
1091
`DASH_DEBUG` environment variable.
@@ -1097,9 +1105,12 @@ def enable_dev_tools(self,
1097
1105
`DASH_HOT_RELOAD_WATCH_INTERVAL` environment variable.
1098
1106
:type dev_tools_hot_reload_watch_interval: float
1099
1107
:param dev_tools_hot_reload_max_retry: Maximum amount of retries before
1100
- failing and display a pop up. Default 30.
1108
+ failing and display a pop up. Default 30. Available as
1109
+ `DASH_HOT_RELOAD_MAX_RETRY` environment variable.
1110
+ :type dev_tools_hot_reload_max_retry: int
1101
1111
:param dev_tools_silence_routes_logging: Silence the `werkzeug` logger,
1102
- will remove all routes logging.
1112
+ will remove all routes logging. Available as
1113
+ `DASH_SILENCE_ROUTES_LOGGING` environment variable.
1103
1114
:type dev_tools_silence_routes_logging: bool
1104
1115
:return: debug
1105
1116
"""
0 commit comments