MCPcopy Create free account
hub / github.com/SolSaviour/INFO1112-Materials / query_string

Method query_string

Week 6/server.py:1455–1458  ·  view source on GitHub ↗

The raw :attr:`query` part of the URL (everything in between ``?`` and ``#``) as a string.

(self)

Source from the content-addressed store, hash-verified

1453
1454 @property
1455 def query_string(self):
1456 """ The raw :attr:`query` part of the URL (everything in between ``?``
1457 and ``#``) as a string. """
1458 return self.environ.get('QUERY_STRING', '')
1459
1460 @property
1461 def script_name(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected