MCPcopy Index your code
hub / github.com/clips/pattern / FacebookResult

Class FacebookResult

pattern/web/__init__.py:2255–2257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2253FRIENDS = "friends" # Facebook friends (for a given profile id).
2254
2255class FacebookResult(Result):
2256 def __repr__(self):
2257 return "Result(id=%s)" % repr(self.id)
2258
2259class Facebook(SearchEngine):
2260

Callers 1

searchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…