brk-code

pygithub の API リファレンス

pygithub (pygithub/pygithub) の公開 API 322 件 —— クラス 157、関数 2、メソッド 163。実際のソースを静的解析して抽出した正確なシグネチャを掲載しています。

リポジトリ: pygithub/pygithub

種別件数
クラス157
関数2
メソッド163

API 一覧

classgithub.AccessToken.AccessToken
This class represents access tokens.
methodgithub.AccessToken.AccessToken.created() -> datetime
:type: datetime
methodgithub.AccessToken.AccessToken.expires_at() -> datetime | None
:type: Optional[datetime]
methodgithub.AccessToken.AccessToken.expires_in() -> int | None
:type: Optional[int]
methodgithub.AccessToken.AccessToken.refresh_expires_at() -> datetime | None
:type: Optional[datetime]
methodgithub.AccessToken.AccessToken.refresh_expires_in() -> int | None
:type: Optional[int]
methodgithub.AccessToken.AccessToken.refresh_token() -> str | None
:type: Optional[string]
methodgithub.AccessToken.AccessToken.scope() -> str
:type: string
methodgithub.AccessToken.AccessToken.token() -> str
:type: string
methodgithub.AccessToken.AccessToken.type() -> str
:type: string
classgithub.AdvisoryCredit.SimpleCredit
A simple credit for a security advisory.
classgithub.AdvisoryVulnerability.SimpleAdvisoryVulnerability
A simple vulnerability in a security advisory.
classgithub.AdvisoryVulnerability.SimpleAdvisoryVulnerabilityPackage
A simple package in an advisory.
classgithub.Artifact.Artifact
This class represents an Artifact of Github Run.
classgithub.Auth.AppAuth
This class is used to authenticate as a GitHub App.
classgithub.Auth.AppInstallationAuth
This class is used to authenticate as a GitHub App Installation.
methodgithub.Auth.Auth.authentication(headers:dict) -> None
Add authorization to the headers.
methodgithub.Auth.Auth.mask_authentication(headers:dict) -> None
Mask header, e.g.
methodgithub.Auth.Auth.token() -> str
The auth token as used in the HTTP Authorization header.
methodgithub.Auth.HTTPBasicAuth.password() -> str
The password.
methodgithub.Auth.HTTPBasicAuth.username() -> str
The username.
classgithub.Auth.Login
This class is used to authenticate with login and password.
classgithub.Auth.NetrcAuth
This class is used to authenticate via .netrc.
classgithub.Auth.Token
This class is used to authenticate with a single constant token.
classgithub.AuthenticatedUser.EmailData
This class represents EmailData.
classgithub.Authorization.Authorization
This class represents Authorizations.
methodgithub.Authorization.Authorization.created_at() -> datetime
:type: datetime.datetime
classgithub.AuthorizationApplication.AuthorizationApplication
This class represents AuthorizationApplications.
classgithub.Autolink.Autolink
This class represents Repository autolinks.
classgithub.Branch.Branch
This class represents Branches.
classgithub.BranchProtection.BranchProtection
This class represents Branch Protection.
classgithub.CVSS.CVSS
This class represents a CVSS.
classgithub.CWE.CWE
This class represents a CWE.
classgithub.CheckRun.CheckRun
This class represents check runs.
classgithub.CheckRunAnnotation.CheckRunAnnotation
This class represents check run annotations.
classgithub.CheckRunOutput.CheckRunOutput
This class represents the output of check run.
classgithub.CheckSuite.CheckSuite
This class represents check suites.
methodgithub.CheckSuite.CheckSuite.after() -> str
:type: string
methodgithub.CheckSuite.CheckSuite.app() -> GithubApp
:type: :class:`github.GithubApp.GithubApp`
methodgithub.CheckSuite.CheckSuite.before() -> str
:type: string
methodgithub.CheckSuite.CheckSuite.check_runs_url() -> str
:type: string
methodgithub.CheckSuite.CheckSuite.conclusion() -> str
:type: string
methodgithub.CheckSuite.CheckSuite.created_at() -> datetime
:type: datetime.datetime
methodgithub.CheckSuite.CheckSuite.head_branch() -> str
:type: string
methodgithub.CheckSuite.CheckSuite.head_commit() -> GitCommit
:type: :class:`github.GitCommit.GitCommit`
methodgithub.CheckSuite.CheckSuite.head_sha() -> str
:type: string
methodgithub.CheckSuite.CheckSuite.id() -> int
:type: int
methodgithub.CheckSuite.CheckSuite.latest_check_runs_count() -> int
:type: int
methodgithub.CheckSuite.CheckSuite.repository() -> Repository
:type: :class:`github.Repository.Repository`
methodgithub.CheckSuite.CheckSuite.status() -> str
:type: string
methodgithub.CheckSuite.CheckSuite.updated_at() -> datetime
:type: datetime.datetime
methodgithub.CheckSuite.CheckSuite.url() -> str
:type: string
classgithub.CodeScanAlert.CodeScanAlert
This class represents alerts from code scanning.
classgithub.CodeScanAlertInstance.CodeScanAlertInstance
This class represents code scanning alert instances.
classgithub.CodeScanRule.CodeScanRule
This class represents Alerts from code scanning.
classgithub.CodeScanTool.CodeScanTool
This class represents code scanning tools.
classgithub.CodeSecurityConfig.CodeSecurityConfig
This class represents Configurations for Code Security.
classgithub.Commit.Commit
This class represents Commits.
classgithub.Commit.CommitSearchResult
This class represents CommitSearchResult.
classgithub.CommitCombinedStatus.CommitCombinedStatus
This class represents CommitCombinedStatuses.
classgithub.CommitComment.CommitComment
This class represents CommitComments.
classgithub.CommitStats.CommitStats
This class represents CommitStats.
classgithub.Comparison.Comparison
This class represents Comparisons.
methodgithub.Comparison.Comparison.files() -> list[File]
Only the first 300 changed files.
classgithub.ContentFile.ContentFile
This class represents ContentFiles.
classgithub.ContentFile.ContentFileSearchResult
This class represents ContentFileSearchResult.
classgithub.CopilotSeat.CopilotSeat
This class represents CopilotSeat.
classgithub.DependabotAlert.DependabotAlert
This class represents a DependabotAlert.
classgithub.DependabotAlertDependency.DependabotAlertDependency
This class represents a DependabotAlertDependency.
classgithub.DependabotAlertVulnerability.DependabotAlertVulnerability
A vulnerability represented in a Dependabot alert.
classgithub.Deployment.Deployment
This class represents Deployments.
classgithub.DeploymentStatus.DeploymentStatus
This class represents Deployment Statuses.
classgithub.Download.Download
This class represents Downloads.
classgithub.Enterprise.Enterprise
This class represents Enterprises.
classgithub.EnterpriseConsumedLicenses.EnterpriseConsumedLicenses
This class represents license consumed by enterprises.
classgithub.Environment.Environment
This class represents Environment.
methodgithub.Environment.Environment.environments_url() -> str
:type: string
methodgithub.Environment.Environment.get_secrets() -> PaginatedList[Secret]
Gets all repository secrets.
methodgithub.Environment.Environment.url() -> str
:type: string
classgithub.Event.Event
This class represents Events.
classgithub.File.File
This class represents Files.
classgithub.Gist.Gist
This class represents Gists.
classgithub.GistComment.GistComment
This class represents GistComments.
classgithub.GistFile.GistFile
This class represents GistFiles.
classgithub.GistHistoryState.GistHistoryState
This class represents GistHistoryStates.
classgithub.GitAuthor.GitAuthor
This class represents GitAuthors.
classgithub.GitBlob.GitBlob
This class represents GitBlobs.
classgithub.GitCommit.GitCommit
This class represents GitCommits.
classgithub.GitCommitVerification.GitCommitVerification
This class represents commit verifications.
classgithub.GitObject.GitObject
This class represents GitObjects.
classgithub.GitRef.GitRef
This class represents GitRefs.
classgithub.GitRelease.GitRelease
This class represents GitReleases.
methodgithub.GitRelease.GitRelease.upload_asset_from_memory(file_like:BinaryIO, file_size:int, name:str, content_type:Opt[str]=NotSet, label:str='') -> GitReleaseAsset
Uploads an asset.
classgithub.GitReleaseAsset.GitReleaseAsset
This class represents GitReleaseAssets.
methodgithub.GitReleaseAsset.GitReleaseAsset.delete_asset() -> bool
Delete asset from the release.
methodgithub.GitReleaseAsset.GitReleaseAsset.update_asset(name:str, label:str='') -> GitReleaseAsset
Update asset metadata.
classgithub.GitTag.GitTag
This class represents GitTags.
classgithub.GitTree.GitTree
This class represents GitTrees.
classgithub.GitTreeElement.GitTreeElement
This class represents GitTreeElements.
classgithub.GithubApp.GithubApp
This class represents GitHub apps.
classgithub.GithubException.GithubException
Error handling in PyGithub is done with exceptions.
methodgithub.GithubException.GithubException.data() -> Any
The (decoded) data returned by the Github API.
methodgithub.GithubException.GithubException.headers() -> dict[str, str] | None
The headers returned by the Github API.
methodgithub.GithubException.GithubException.status() -> int
The status returned by the Github API.
classgithub.GithubIntegration.GithubIntegration
Main class to obtain tokens for a GitHub integration.
methodgithub.GithubIntegration.GithubIntegration.close() -> None
Close connections to the server.
methodgithub.GithubIntegration.GithubIntegration.get_installation(owner:str, repo:str) -> Installation
Deprecated by get_repo_installation.
methodgithub.GithubIntegration.GithubIntegration.requester() -> Requester
Return my Requester object.
classgithub.GitignoreTemplate.GitignoreTemplate
This class represents GitignoreTemplates.
classgithub.GlobalAdvisory.GlobalAdvisory
This class represents a GlobalAdvisory.
classgithub.Hook.Hook
This class represents Hooks.
classgithub.HookDelivery.HookDelivery
This class represents a HookDelivery.
classgithub.HookDelivery.HookDeliveryRequest
This class represents a HookDeliveryRequest.
classgithub.HookDelivery.HookDeliveryResponse
This class represents a HookDeliveryResponse.
classgithub.HookDelivery.HookDeliverySummary
This class represents a Summary of HookDeliveries.
classgithub.HookDescription.HookDescription
This class represents HookDescriptions.
classgithub.HookResponse.HookResponse
This class represents HookResponses.
classgithub.InputFileContent.InputFileContent
This class represents InputFileContents.
classgithub.InputGitAuthor.InputGitAuthor
This class represents InputGitAuthors.
classgithub.InputGitTreeElement.InputGitTreeElement
This class represents InputGitTreeElements.
classgithub.Installation.Installation
This class represents Installations.
methodgithub.Installation.Installation.requester() -> Requester
Return my Requester object.
classgithub.InstallationAuthorization.InstallationAuthorization
This class represents InstallationAuthorizations.
classgithub.Invitation.Invitation
This class represents repository invitations.
classgithub.Issue.Issue
This class represents Issues.
classgithub.Issue.IssueSearchResult
This class represents IssueSearchResult.
classgithub.Issue.SubIssue
This class represents a Sub-issue in GitHub's REST API.
methodgithub.Issue.SubIssue.parent_issue() -> Issue
:type: :class:`github.Issue.Issue`
methodgithub.Issue.SubIssue.priority_position() -> int
:type: int
classgithub.IssueComment.IssueComment
This class represents IssueComments.
classgithub.IssueDependenciesSummary.IssueDependenciesSummary
This class represents IssueDependenciesSummary.
classgithub.IssueEvent.IssueEvent
This class represents IssueEvents.
classgithub.IssuePullRequest.IssuePullRequest
This class represents IssuePullRequests.
classgithub.IssueType.IssueType
This class represents IssueType.
classgithub.Label.Label
This class represents Labels.
classgithub.License.License
This class represents Licenses.
classgithub.MainClass.Github
This is the main class you instantiate to access the Github API v3.
methodgithub.MainClass.Github.close() -> None
Close connections to the server.
methodgithub.MainClass.Github.dump(obj:GithubObject, file:BinaryIO, protocol:int=0) -> None
Dumps (pickles) a PyGithub object to a file-like object.
methodgithub.MainClass.Github.load(f:BinaryIO) -> Any
Loads (unpickles) a PyGithub object from a file-like object.
methodgithub.MainClass.Github.oauth_scopes() -> list[str] | None
:type: list of string
methodgithub.MainClass.Github.requester() -> Requester
Return my Requester object.
classgithub.Membership.Membership
This class represents Membership of an organization.
classgithub.MergedUpstream.MergedUpstream
This class represents a result of merge-upstream call.
classgithub.Migration.Migration
This class represents Migrations.
classgithub.Milestone.Milestone
This class represents Milestones.
classgithub.NamedEnterpriseUser.NamedEnterpriseUser
This class represents NamedEnterpriseUsers.
classgithub.NamedUser.NamedUser
This class represents NamedUsers.
classgithub.NamedUser.NamedUserSearchResult
This class represents NamedUserSearchResult.
classgithub.NamedUser.OrganizationInvitation
This class represents OrganizationInvitation.
classgithub.Notification.Notification
This class represents Notifications.
classgithub.NotificationSubject.NotificationSubject
This class represents Subjects of Notifications.
classgithub.Organization.Organization
This class represents Organizations.
classgithub.OrganizationSecret.OrganizationSecret
This class represents a org level GitHub secret.
methodgithub.OrganizationSecret.OrganizationSecret.visibility() -> str
:type: string
classgithub.OrganizationVariable.OrganizationVariable
This class represents a org level GitHub variable.
methodgithub.OrganizationVariable.OrganizationVariable.visibility() -> str
:type: string
classgithub.Path.Path
This class represents a popular Path for a GitHub repository.
classgithub.Permissions.Permissions
This class represents Permissions.
classgithub.Plan.Plan
This class represents Plans.
classgithub.Project.Project
This class represents Projects.
classgithub.ProjectCard.ProjectCard
This class represents Project Cards.
classgithub.ProjectColumn.ProjectColumn
This class represents Project Columns.
funcgithub.PublicKey.encrypt(public_key:str, secret_value:str) -> str
Encrypt a Unicode string using the public key.
classgithub.PullRequest.PullRequest
This class represents PullRequests.
methodgithub.PullRequest.PullRequest.get_comments(sort:Opt[str]=NotSet, direction:Opt[str]=NotSet, since:Opt[datetime]=NotSet) -> PaginatedList[PullRequestComment]
Warning: this only returns review comments.
classgithub.PullRequestComment.PullRequestComment
This class represents PullRequestComments.
classgithub.PullRequestMergeStatus.PullRequestMergeStatus
This class represents PullRequestMergeStatuses.
classgithub.PullRequestPart.PullRequestPart
This class represents PullRequestParts.
classgithub.PullRequestReview.PullRequestReview
This class represents PullRequestReviews.
classgithub.Rate.Rate
This class represents Rates.
classgithub.RateLimit.RateLimit
This class represents RateLimits.
methodgithub.RateLimit.RateLimit.code_search() -> Rate
Rate limit for the REST API for searching code.
methodgithub.RateLimit.RateLimit.core() -> Rate
Rate limit for the non-search-related API.
methodgithub.RateLimit.RateLimit.search() -> Rate
Rate limit for the Search API.
classgithub.RateLimitOverview.RateLimitOverview
This class represents RateLimitOverview.
classgithub.Reaction.Reaction
This class represents Reactions.
classgithub.Repository.Repository
This class represents Repositories.
methodgithub.Repository.Repository.allow_auto_merge() -> bool
:type: bool
methodgithub.Repository.Repository.allow_forking() -> bool
:type: bool
methodgithub.Repository.Repository.allow_merge_commit() -> bool
:type: bool
methodgithub.Repository.Repository.allow_rebase_merge() -> bool
:type: bool
methodgithub.Repository.Repository.allow_squash_merge() -> bool
:type: bool
methodgithub.Repository.Repository.allow_update_branch() -> bool
:type: bool
methodgithub.Repository.Repository.archive_url() -> str
:type: string
methodgithub.Repository.Repository.archived() -> bool
:type: bool
methodgithub.Repository.Repository.assignees_url() -> str
:type: string
methodgithub.Repository.Repository.blobs_url() -> str
:type: string
methodgithub.Repository.Repository.branches_url() -> str
:type: string
methodgithub.Repository.Repository.clone_url() -> str
:type: string
methodgithub.Repository.Repository.collaborators_url() -> str
:type: string
methodgithub.Repository.Repository.comments_url() -> str
:type: string
methodgithub.Repository.Repository.commits_url() -> str
:type: string
methodgithub.Repository.Repository.compare_url() -> str
:type: string
methodgithub.Repository.Repository.contents_url() -> str
:type: string
methodgithub.Repository.Repository.contributors_url() -> str
:type: string
methodgithub.Repository.Repository.created_at() -> datetime
:type: datetime
methodgithub.Repository.Repository.custom_properties() -> dict[str, None | str | list]
:type: dict[str, None | str | list]
methodgithub.Repository.Repository.default_branch() -> str
:type: string
methodgithub.Repository.Repository.delete_branch_on_merge() -> bool
:type: bool
methodgithub.Repository.Repository.deployments_url() -> str
:type: string
methodgithub.Repository.Repository.description() -> str
:type: string
methodgithub.Repository.Repository.downloads_url() -> str
:type: string
methodgithub.Repository.Repository.events_url() -> str
:type: string
methodgithub.Repository.Repository.fork() -> bool
:type: bool
methodgithub.Repository.Repository.forks() -> int
:type: integer
methodgithub.Repository.Repository.forks_count() -> int
:type: integer
methodgithub.Repository.Repository.forks_url() -> str
:type: string
methodgithub.Repository.Repository.full_name() -> str
:type: string
methodgithub.Repository.Repository.git_commits_url() -> str
:type: string
methodgithub.Repository.Repository.git_refs_url() -> str
:type: string
methodgithub.Repository.Repository.git_tags_url() -> str
:type: string
methodgithub.Repository.Repository.git_url() -> str
:type: string
methodgithub.Repository.Repository.has_discussions() -> bool
:type: bool
methodgithub.Repository.Repository.has_downloads() -> bool
:type: bool
methodgithub.Repository.Repository.has_issues() -> bool
:type: bool
methodgithub.Repository.Repository.has_pages() -> bool
:type: bool
methodgithub.Repository.Repository.has_projects() -> bool
:type: bool
methodgithub.Repository.Repository.has_wiki() -> bool
:type: bool
methodgithub.Repository.Repository.homepage() -> str
:type: string
methodgithub.Repository.Repository.hooks_url() -> str
:type: string
methodgithub.Repository.Repository.html_url() -> str
:type: string
methodgithub.Repository.Repository.id() -> int
:type: integer
methodgithub.Repository.Repository.is_template() -> bool
:type: bool
methodgithub.Repository.Repository.issue_comment_url() -> str
:type: string
methodgithub.Repository.Repository.issue_events_url() -> str
:type: string
methodgithub.Repository.Repository.issues_url() -> str
:type: string
methodgithub.Repository.Repository.keys_url() -> str
:type: string
methodgithub.Repository.Repository.labels_url() -> str
:type: string
methodgithub.Repository.Repository.language() -> str
:type: string
methodgithub.Repository.Repository.languages_url() -> str
:type: string
methodgithub.Repository.Repository.merge_commit_message() -> str
:type: string
methodgithub.Repository.Repository.merge_commit_title() -> str
:type: string
methodgithub.Repository.Repository.merges_url() -> str
:type: string
methodgithub.Repository.Repository.milestones_url() -> str
:type: string
methodgithub.Repository.Repository.mirror_url() -> str
:type: string
methodgithub.Repository.Repository.name() -> str
:type: string
methodgithub.Repository.Repository.network_count() -> int
:type: integer
methodgithub.Repository.Repository.notifications_url() -> str
:type: string
methodgithub.Repository.Repository.open_issues() -> int
:type: integer
methodgithub.Repository.Repository.open_issues_count() -> int
:type: integer
methodgithub.Repository.Repository.organization() -> Organization
:type: :class:`github.Organization.Organization`
methodgithub.Repository.Repository.owner() -> NamedUser
:type: :class:`github.NamedUser.NamedUser`
methodgithub.Repository.Repository.parent() -> Repository
:type: :class:`github.Repository.Repository`
methodgithub.Repository.Repository.permissions() -> Permissions
:type: :class:`github.Permissions.Permissions`
methodgithub.Repository.Repository.private() -> bool
:type: bool
methodgithub.Repository.Repository.pulls_url() -> str
:type: string
methodgithub.Repository.Repository.pushed_at() -> datetime
:type: datetime
methodgithub.Repository.Repository.releases_url() -> str
:type: string
methodgithub.Repository.Repository.size() -> int
:type: integer
methodgithub.Repository.Repository.source() -> Repository | None
:type: :class:`github.Repository.Repository`
methodgithub.Repository.Repository.squash_merge_commit_message() -> str
:type: string
methodgithub.Repository.Repository.squash_merge_commit_title() -> str
:type: string
methodgithub.Repository.Repository.ssh_url() -> str
:type: string
methodgithub.Repository.Repository.stargazers_count() -> int
:type: integer
methodgithub.Repository.Repository.stargazers_url() -> str
:type: string
methodgithub.Repository.Repository.statuses_url() -> str
:type: string
methodgithub.Repository.Repository.subscribers_count() -> int
:type: integer
methodgithub.Repository.Repository.subscribers_url() -> str
:type: string
methodgithub.Repository.Repository.subscription_url() -> str
:type: string
methodgithub.Repository.Repository.svn_url() -> str
:type: string
methodgithub.Repository.Repository.tags_url() -> str
:type: string
methodgithub.Repository.Repository.teams_url() -> str
:type: string
methodgithub.Repository.Repository.topics() -> list[str]
:type: list of strings
methodgithub.Repository.Repository.trees_url() -> str
:type: string
methodgithub.Repository.Repository.updated_at() -> datetime
:type: datetime
methodgithub.Repository.Repository.web_commit_signoff_required() -> bool
:type: bool
classgithub.Repository.RepositorySearchResult
This class represents RepositorySearchResult.
classgithub.RepositoryAdvisory.RepositoryAdvisory
This class represents a RepositoryAdvisory.
methodgithub.RepositoryAdvisory.RepositoryAdvisory.close() -> None
Closes the advisory.
methodgithub.RepositoryAdvisory.RepositoryAdvisory.publish() -> None
Publishes the advisory.
methodgithub.RepositoryAdvisory.RepositoryAdvisory.request_cve() -> None
Requests a CVE for the advisory.
classgithub.RepositoryDiscussion.RepositoryDiscussion
This class represents GraphQL Discussion.
classgithub.RepositoryDiscussionCategory.RepositoryDiscussionCategory
This class represents GraphQL DiscussionCategory.
classgithub.RepositoryDiscussionComment.RepositoryDiscussionComment
This class represents GraphQL DiscussionComment.
classgithub.RepositoryKey.RepositoryKey
This class represents RepositoryKeys.
classgithub.RepositoryPreferences.RepositoryPreferences
This class represents repository preferences.
classgithub.Requester.WithRequester
Mixin class that allows to set a requester.
classgithub.RequiredPullRequestReviews.BypassPullRequestAllowances
This class represents BypassPullRequestAllowances.
classgithub.RequiredPullRequestReviews.DismissalRestrictions
This class represents DismissalRestrictions.
classgithub.RequiredPullRequestReviews.RequiredPullRequestReviews
This class represents Required Pull Request Reviews.
classgithub.RequiredStatusChecks.Check
This class represents Check.
classgithub.RequiredStatusChecks.RequiredStatusChecks
This class represents Required Status Checks.
classgithub.Secret.Secret
This class represents a GitHub secret.
methodgithub.Secret.Secret.created_at() -> datetime
:type: datetime.datetime
methodgithub.Secret.Secret.name() -> str
:type: string
methodgithub.Secret.Secret.secrets_url() -> str
:type: string
methodgithub.Secret.Secret.updated_at() -> datetime
:type: datetime.datetime
methodgithub.Secret.Secret.url() -> str
:type: string
classgithub.SecretScanAlert.SecretScanAlert
This class represents alerts from secret scanning.
classgithub.SecurityAndAnalysis.SecurityAndAnalysis
This class represents Security and Analysis Settings.
classgithub.SourceImport.SourceImport
This class represents SourceImports.
classgithub.Stargazer.Stargazer
This class represents Stargazers.
classgithub.StatsCodeFrequency.StatsCodeFrequency
This class represents statistics of StatsCodeFrequencies.
classgithub.StatsCommitActivity.StatsCommitActivity
This class represents StatsCommitActivities.
classgithub.StatsContributor.StatsContributor
This class represents StatsContributors.
classgithub.StatsParticipation.StatsParticipation
This class represents StatsParticipations.
classgithub.StatsPunchCard.StatsPunchCard
This class represents StatsPunchCards.
methodgithub.StatsPunchCard.StatsPunchCard.get(day:int, hour:int) -> int
Get a specific element.
classgithub.SubIssueSummary.SubIssueSummary
This class represents SubIssueSummary.
classgithub.Tag.Tag
This class represents Tags.
classgithub.Team.Team
This class represents Teams.
methodgithub.Team.Team.add_to_members(member:NamedUser) -> None
This API call is deprecated.
methodgithub.Team.Team.remove_from_members(member:NamedUser) -> None
This API call is deprecated.
classgithub.TeamDiscussion.TeamDiscussion
This class represents TeamDiscussions.
classgithub.TimelineEvent.TimelineEvent
This class represents IssueTimelineEvents.
classgithub.TimelineEventSource.TimelineEventSource
This class represents IssueTimelineEventSource.
classgithub.Topic.Topic
This class represents topics as used by https://github.com/topics.
classgithub.UserKey.UserKey
This class represents UserKeys.
classgithub.Variable.Variable
This class represents a GitHub variable.
methodgithub.Variable.Variable.created_at() -> datetime
:type: datetime.datetime
methodgithub.Variable.Variable.name() -> str
:type: string
methodgithub.Variable.Variable.updated_at() -> datetime
:type: datetime.datetime
methodgithub.Variable.Variable.url() -> str
:type: string
methodgithub.Variable.Variable.value() -> str
:type: string
methodgithub.Variable.Variable.variables_url() -> str
:type: string
classgithub.Workflow.Workflow
This class represents Workflows.
classgithub.WorkflowJob.WorkflowJob
This class represents Workflow Jobs.
classgithub.WorkflowRun.TimingData
This class represents workflow run usage.
classgithub.WorkflowRun.WorkflowRun
This class represents Workflow Runs.
classgithub.WorkflowStep.WorkflowStep
This class represents steps in a Workflow Job.
funcgithub.set_log_level(level:int) -> None
Set the log level of the github logger, e.g.

この情報について

掲載しているシグネチャは pygithub/pygithub の公開ソースコードを Python の ast モジュールで静的解析し、引数名・デフォルト値・ 型注釈・戻り値型をそのまま抽出したものです。実装コードは保存していません。 詳しくは仕組みの解説をご覧ください。

収録ライブラリ一覧(全 805 件)へ戻る