The Wayback Machine - https://web.archive.org/web/20191121174231/https://github.com/topics/analytical-models
Skip to content
#

analytical-models

Here are 2 public repositories matching this topic...

Language: All
Filter by language
jnegara
jnegara commented May 30, 2019

In tabpy-server/tabpy_server/handlers/management_handler.py , TabPy's state file path is validated using regex.

For example:

            src_path = (request_data['src_path'] if 'src_path' in request_data
                        else None)
            target_path = get_query_object_path(
                self.settings[SettingsParameters.StateFilePath], name, version)
            self.
Loading…
You can’t perform that action at this time.