MCPcopy Index your code
hub / github.com/psf/requests-html / __init__

Method __init__

requests_html.py:721–722  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

719class HTMLSession(BaseSession):
720
721 def __init__(self, **kwargs):
722 super(HTMLSession, self).__init__(**kwargs)
723
724 @property
725 def browser(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected