MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / webscrape_count

Function webscrape_count

scratchattach/utils/commons.py:167–168  ·  view source on GitHub ↗
(raw: str, text_before: str, text_after: str, cls: type[I])

Source from the content-addressed store, hash-verified

165I = TypeVar("I")
166@overload
167def webscrape_count(raw: str, text_before: str, text_after: str, cls: type[I]) -> I:
168 pass
169
170@overload
171def webscrape_count(raw: str, text_before: str, text_after: str) -> int:

Callers 1

create_studioMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected