Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ firstText
Method
firstText
pattern/web/soup/BeautifulSoup.py:859–860 ·
view source on GitHub ↗
(self, text=None, recursive=True)
Source
from the content-addressed store, hash-verified
857
return
self.findAll(text=text, recursive=recursive, limit=limit)
858
859
def
firstText(self, text=None, recursive=True):
860
return
self.find(text=text, recursive=recursive)
861
862
#Private methods
863
Callers
nothing calls this directly
Calls
1
find
Method · 0.95
Tested by
no test coverage detected