Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ryanmcgrath/twython
/ setUp
Method
setUp
tests/test_core.py:22–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
21
class
TwythonAPITestCase(unittest.TestCase):
22
def
setUp(self):
23
self.api = Twython(
''
,
''
,
''
,
''
)
24
25
def
get_url(self, endpoint):
26
""
"Convenience function for mapping from endpoint to URL"
""
Callers
nothing calls this directly
Calls
1
Twython
Class · 0.90
Tested by
no test coverage detected