This repository was archived by the owner on Aug 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 172172 href ="#Api-DestroyFriendship "> DestroyFriendship</ a > (user)< br >
173173 >>> api.< a
174174 href ="#Api-CreateFriendship "> CreateFriendship</ a > (user)< br >
175- >>> api.< a href ="#Api-GetUserByEmail "> GetUserByEmail</ a > (email)< br >
176175 >>> api.< a
177176 href ="#Api-VerifyCredentials "> VerifyCredentials</ a > ()< br > </ tt > </ td >
178177 </ tr >
747746 </ dd >
748747 </ dl >
749748
750- < dl >
751- < dt > < a name ="Api-GetUserByEmail "> < strong > GetUserByEmail</ strong > </ a > (self, email)</ dt >
752- < dd > < tt > Returns a single user by email address.< br >
753- < br >
754- Args:< br >
755- email:< br >
756- The email of the user to retrieve.< br >
757- < br >
758- Returns:< br >
759- A twitter.< a href ="#User "> User</ a > instance representing that user</ tt >
760- </ dd >
761- </ dl >
762-
763749 < dl >
764750 < dt > < a name ="Api-GetUserRetweets "> < strong > GetUserRetweets</ strong > </ a > (self, count< font
765751 color ="#909090 "> =None</ font > , since_id< font color ="#909090 "> =None</ font > ,
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ class Api(object):
100100 >>> api.DestroyFriendship(user)
101101 >>> api.CreateFriendship(user)
102102 >>> api.LookupFriendship(user)
103- >>> api.GetUserByEmail(email)
104103 >>> api.VerifyCredentials()
105104 """
106105
You can’t perform that action at this time.
0 commit comments