Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ryanmcgrath/twython
/ setUp
Method
setUp
tests/test_html_for_tweet.py:11–12 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
9
10
class
TestHtmlForTweetTestCase(unittest.TestCase):
11
def
setUp(self):
12
self.api = Twython(
''
,
''
,
''
,
''
)
13
14
def
load_tweet(self, name):
15
f = open(os.path.join(
Callers
nothing calls this directly
Calls
1
Twython
Class · 0.90
Tested by
no test coverage detected