MCPcopy Create free account
hub / github.com/geekcomputers/Python / get_name

Method get_name

JustDialScrapperGUI/Justdial Scrapper GUI.py:23–24  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

21
22 @staticmethod
23 def get_name(body):
24 return body.find("span", {"class": "jcn"}).a.string
25
26 @staticmethod
27 def which_digit(html):

Callers 1

start_scrapping_logicMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected