MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / EmailData

Class EmailData

github/AuthenticatedUser.py:128–144  ·  view source on GitHub ↗

This class represents EmailData. The reference can be found here http://docs.github.com/en/rest/reference/users#emails The OpenAPI schema can be found at - /components/schemas/email

Source from the content-addressed store, hash-verified

126
127
128class EmailData(NamedTuple):
129 """
130 This class represents EmailData.
131
132 The reference can be found here
133 http://docs.github.com/en/rest/reference/users#emails
134
135 The OpenAPI schema can be found at
136
137 - /components/schemas/email
138
139 """
140
141 email: str
142 primary: bool
143 verified: bool
144 visibility: str
145
146
147class AuthenticatedUser(CompletableGithubObject):

Callers 1

get_emailsMethod · 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…