MCPcopy
hub / github.com/csev/py4e / test_me

Function test_me

code/twurl.py:16–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def test_me() :
17 print '* Calling Twitter...'
18 url = augment('https://api.twitter.com/1.1/statuses/user_timeline.json',
19 {'screen_name': 'drchuck', 'count': '2'} )
20 print url
21 connection = urllib.urlopen(url)
22 data = connection.read()
23 print data
24 headers = connection.info().dict
25 print headers

Callers

nothing calls this directly

Calls 2

readMethod · 0.80
augmentFunction · 0.70

Tested by

no test coverage detected