File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from .skip_files import setup_skip_files
1615from .eval_frame_callback import eval_frame_callback # noqa: F401
16+ from .skip_files import setup_skip_files
1717
1818setup_skip_files ()
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15+ from .call_ast_utils import get_static_function , try_ast_func # noqa: F401
1516from .envs import ( # noqa: F401
1617 ENV_CLEAN_CODE ,
1718 ENV_COST_MODEL ,
1819 ENV_MIN_GRAPH_SIZE ,
1920 ENV_SHOW_TRACKERS ,
2021 ENV_SOT_LOG_LEVEL ,
21- ENV_STRICT_MODE ,
2222 ENV_SOT_WITH_CONTROL_FLOW ,
23+ ENV_STRICT_MODE ,
2324 cost_model_guard ,
2425 min_graph_size_guard ,
2526 strict_mode_guard ,
5152 count_if ,
5253 current_tmp_name_records ,
5354 execute_time ,
54- flatten_extend ,
5555 flatten ,
56+ flatten_extend ,
5657 get_unbound_method ,
5758 hashable ,
5859 in_paddle_module ,
7273 no_eval_frame ,
7374 tmp_name_guard ,
7475)
75- from .call_ast_utils import get_static_function , try_ast_func
You can’t perform that action at this time.
0 commit comments