MCPcopy
hub / github.com/man-group/dtale / get

Method get

dtale/app.py:110–115  ·  view source on GitHub ↗

:param args: Optional arguments to be passed to :meth:`flask:flask.FlaskClient.get` :param kwargs: Optional keyword arguments to be passed to :meth:`flask:flask.FlaskClient.get`

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

108 self.application.config["SESSION_COOKIE_DOMAIN"] = "localhost.localdomain"
109
110 def get(self, *args, **kwargs):
111 """
112 :param args: Optional arguments to be passed to :meth:`flask:flask.FlaskClient.get`
113 :param kwargs: Optional keyword arguments to be passed to :meth:`flask:flask.FlaskClient.get`
114 """
115 return super(DtaleFlaskTesting, self).get(url_scheme="http", *args, **kwargs)
116
117
118def contains_route(routes, route):

Callers 15

get_configFunction · 0.45
get_config_valFunction · 0.45
build_code_exportFunction · 0.45
build_dataFunction · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
loginFunction · 0.45
decoratedFunction · 0.45
running_with_flask_debugFunction · 0.45

Calls

no outgoing calls

Tested by 15

custom_dataFunction · 0.36
validate_data_loadFunction · 0.36
test_describeFunction · 0.36
test_large_describeFunction · 0.36
test_column_filter_dataFunction · 0.36