MCPcopy Index your code
hub / github.com/rawpython/remi / __init__

Method __init__

remi/server.py:347–351  ·  view source on GitHub ↗
(self, request, client_address, server, **app_args)

Source from the content-addressed store, hash-verified

345 re_attr_call = re.compile(r"^/*(\w+)\/(\w+)\?{0,1}(\w*\={1}([^&])+\&{0,1})*$") #https://regex101.com/r/UTJB6N/1
346
347 def __init__(self, request, client_address, server, **app_args):
348 self._app_args = app_args
349 self.root = None
350 self._log = logging.getLogger('remi.request')
351 super(App, self).__init__(request, client_address, server)
352
353 def _get_list_from_app_args(self, name):
354 try:

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected