pygithub の API リファレンス
pygithub (pygithub/pygithub) の公開 API 322 件 —— クラス 157、関数 2、メソッド 163。実際のソースを静的解析して抽出した正確なシグネチャを掲載しています。
リポジトリ: pygithub/pygithub
| 種別 | 件数 |
|---|---|
| クラス | 157 |
| 関数 | 2 |
| メソッド | 163 |
API 一覧
class
github.AccessToken.AccessTokenThis class represents access tokens.
method
github.AccessToken.AccessToken.created() -> datetime:type: datetime
method
github.AccessToken.AccessToken.expires_at() -> datetime | None:type: Optional[datetime]
method
github.AccessToken.AccessToken.expires_in() -> int | None:type: Optional[int]
method
github.AccessToken.AccessToken.refresh_expires_at() -> datetime | None:type: Optional[datetime]
method
github.AccessToken.AccessToken.refresh_expires_in() -> int | None:type: Optional[int]
method
github.AccessToken.AccessToken.refresh_token() -> str | None:type: Optional[string]
method
github.AccessToken.AccessToken.scope() -> str:type: string
method
github.AccessToken.AccessToken.token() -> str:type: string
method
github.AccessToken.AccessToken.type() -> str:type: string
class
github.AdvisoryCredit.SimpleCreditA simple credit for a security advisory.
class
github.AdvisoryVulnerability.SimpleAdvisoryVulnerabilityA simple vulnerability in a security advisory.
class
github.AdvisoryVulnerability.SimpleAdvisoryVulnerabilityPackageA simple package in an advisory.
class
github.Artifact.ArtifactThis class represents an Artifact of Github Run.
class
github.Auth.AppAuthThis class is used to authenticate as a GitHub App.
class
github.Auth.AppInstallationAuthThis class is used to authenticate as a GitHub App Installation.
method
github.Auth.Auth.authentication(headers:dict) -> NoneAdd authorization to the headers.
method
github.Auth.Auth.mask_authentication(headers:dict) -> NoneMask header, e.g.
method
github.Auth.Auth.token() -> strThe auth token as used in the HTTP Authorization header.
method
github.Auth.HTTPBasicAuth.password() -> strThe password.
method
github.Auth.HTTPBasicAuth.username() -> strThe username.
class
github.Auth.LoginThis class is used to authenticate with login and password.
class
github.Auth.NetrcAuthThis class is used to authenticate via .netrc.
class
github.Auth.TokenThis class is used to authenticate with a single constant token.
class
github.AuthenticatedUser.EmailDataThis class represents EmailData.
class
github.Authorization.AuthorizationThis class represents Authorizations.
method
github.Authorization.Authorization.created_at() -> datetime:type: datetime.datetime
class
github.AuthorizationApplication.AuthorizationApplicationThis class represents AuthorizationApplications.
class
github.Autolink.AutolinkThis class represents Repository autolinks.
class
github.Branch.BranchThis class represents Branches.
class
github.BranchProtection.BranchProtectionThis class represents Branch Protection.
class
github.CVSS.CVSSThis class represents a CVSS.
class
github.CWE.CWEThis class represents a CWE.
class
github.CheckRun.CheckRunThis class represents check runs.
class
github.CheckRunAnnotation.CheckRunAnnotationThis class represents check run annotations.
class
github.CheckRunOutput.CheckRunOutputThis class represents the output of check run.
class
github.CheckSuite.CheckSuiteThis class represents check suites.
method
github.CheckSuite.CheckSuite.after() -> str:type: string
method
github.CheckSuite.CheckSuite.app() -> GithubApp:type: :class:`github.GithubApp.GithubApp`
method
github.CheckSuite.CheckSuite.before() -> str:type: string
method
github.CheckSuite.CheckSuite.check_runs_url() -> str:type: string
method
github.CheckSuite.CheckSuite.conclusion() -> str:type: string
method
github.CheckSuite.CheckSuite.created_at() -> datetime:type: datetime.datetime
method
github.CheckSuite.CheckSuite.head_branch() -> str:type: string
method
github.CheckSuite.CheckSuite.head_commit() -> GitCommit:type: :class:`github.GitCommit.GitCommit`
method
github.CheckSuite.CheckSuite.head_sha() -> str:type: string
method
github.CheckSuite.CheckSuite.id() -> int:type: int
method
github.CheckSuite.CheckSuite.latest_check_runs_count() -> int:type: int
method
github.CheckSuite.CheckSuite.repository() -> Repository:type: :class:`github.Repository.Repository`
method
github.CheckSuite.CheckSuite.status() -> str:type: string
method
github.CheckSuite.CheckSuite.updated_at() -> datetime:type: datetime.datetime
method
github.CheckSuite.CheckSuite.url() -> str:type: string
class
github.CodeScanAlert.CodeScanAlertThis class represents alerts from code scanning.
class
github.CodeScanAlertInstance.CodeScanAlertInstanceThis class represents code scanning alert instances.
class
github.CodeScanRule.CodeScanRuleThis class represents Alerts from code scanning.
class
github.CodeScanTool.CodeScanToolThis class represents code scanning tools.
class
github.CodeSecurityConfig.CodeSecurityConfigThis class represents Configurations for Code Security.
class
github.Commit.CommitThis class represents Commits.
class
github.Commit.CommitSearchResultThis class represents CommitSearchResult.
class
github.CommitCombinedStatus.CommitCombinedStatusThis class represents CommitCombinedStatuses.
class
github.CommitComment.CommitCommentThis class represents CommitComments.
class
github.CommitStats.CommitStatsThis class represents CommitStats.
class
github.Comparison.ComparisonThis class represents Comparisons.
method
github.Comparison.Comparison.files() -> list[File]Only the first 300 changed files.
class
github.ContentFile.ContentFileThis class represents ContentFiles.
class
github.ContentFile.ContentFileSearchResultThis class represents ContentFileSearchResult.
class
github.CopilotSeat.CopilotSeatThis class represents CopilotSeat.
class
github.DependabotAlert.DependabotAlertThis class represents a DependabotAlert.
class
github.DependabotAlertDependency.DependabotAlertDependencyThis class represents a DependabotAlertDependency.
class
github.DependabotAlertVulnerability.DependabotAlertVulnerabilityA vulnerability represented in a Dependabot alert.
class
github.Deployment.DeploymentThis class represents Deployments.
class
github.DeploymentStatus.DeploymentStatusThis class represents Deployment Statuses.
class
github.Download.DownloadThis class represents Downloads.
class
github.Enterprise.EnterpriseThis class represents Enterprises.
class
github.EnterpriseConsumedLicenses.EnterpriseConsumedLicensesThis class represents license consumed by enterprises.
class
github.Environment.EnvironmentThis class represents Environment.
method
github.Environment.Environment.environments_url() -> str:type: string
method
github.Environment.Environment.get_secrets() -> PaginatedList[Secret]Gets all repository secrets.
method
github.Environment.Environment.url() -> str:type: string
class
github.Event.EventThis class represents Events.
class
github.File.FileThis class represents Files.
class
github.Gist.GistThis class represents Gists.
class
github.GistComment.GistCommentThis class represents GistComments.
class
github.GistFile.GistFileThis class represents GistFiles.
class
github.GistHistoryState.GistHistoryStateThis class represents GistHistoryStates.
class
github.GitAuthor.GitAuthorThis class represents GitAuthors.
class
github.GitBlob.GitBlobThis class represents GitBlobs.
class
github.GitCommit.GitCommitThis class represents GitCommits.
class
github.GitCommitVerification.GitCommitVerificationThis class represents commit verifications.
class
github.GitObject.GitObjectThis class represents GitObjects.
class
github.GitRef.GitRefThis class represents GitRefs.
class
github.GitRelease.GitReleaseThis class represents GitReleases.
method
github.GitRelease.GitRelease.upload_asset_from_memory(file_like:BinaryIO, file_size:int, name:str, content_type:Opt[str]=NotSet, label:str='') -> GitReleaseAssetUploads an asset.
class
github.GitReleaseAsset.GitReleaseAssetThis class represents GitReleaseAssets.
method
github.GitReleaseAsset.GitReleaseAsset.delete_asset() -> boolDelete asset from the release.
method
github.GitReleaseAsset.GitReleaseAsset.update_asset(name:str, label:str='') -> GitReleaseAssetUpdate asset metadata.
class
github.GitTag.GitTagThis class represents GitTags.
class
github.GitTree.GitTreeThis class represents GitTrees.
class
github.GitTreeElement.GitTreeElementThis class represents GitTreeElements.
class
github.GithubApp.GithubAppThis class represents GitHub apps.
class
github.GithubException.GithubExceptionError handling in PyGithub is done with exceptions.
method
github.GithubException.GithubException.data() -> AnyThe (decoded) data returned by the Github API.
method
github.GithubException.GithubException.headers() -> dict[str, str] | NoneThe headers returned by the Github API.
method
github.GithubException.GithubException.status() -> intThe status returned by the Github API.
class
github.GithubIntegration.GithubIntegrationMain class to obtain tokens for a GitHub integration.
method
github.GithubIntegration.GithubIntegration.close() -> NoneClose connections to the server.
method
github.GithubIntegration.GithubIntegration.get_installation(owner:str, repo:str) -> InstallationDeprecated by get_repo_installation.
method
github.GithubIntegration.GithubIntegration.requester() -> RequesterReturn my Requester object.
class
github.GitignoreTemplate.GitignoreTemplateThis class represents GitignoreTemplates.
class
github.GlobalAdvisory.GlobalAdvisoryThis class represents a GlobalAdvisory.
class
github.Hook.HookThis class represents Hooks.
class
github.HookDelivery.HookDeliveryThis class represents a HookDelivery.
class
github.HookDelivery.HookDeliveryRequestThis class represents a HookDeliveryRequest.
class
github.HookDelivery.HookDeliveryResponseThis class represents a HookDeliveryResponse.
class
github.HookDelivery.HookDeliverySummaryThis class represents a Summary of HookDeliveries.
class
github.HookDescription.HookDescriptionThis class represents HookDescriptions.
class
github.HookResponse.HookResponseThis class represents HookResponses.
class
github.InputFileContent.InputFileContentThis class represents InputFileContents.
class
github.InputGitAuthor.InputGitAuthorThis class represents InputGitAuthors.
class
github.InputGitTreeElement.InputGitTreeElementThis class represents InputGitTreeElements.
class
github.Installation.InstallationThis class represents Installations.
method
github.Installation.Installation.requester() -> RequesterReturn my Requester object.
class
github.InstallationAuthorization.InstallationAuthorizationThis class represents InstallationAuthorizations.
class
github.Invitation.InvitationThis class represents repository invitations.
class
github.Issue.IssueThis class represents Issues.
class
github.Issue.IssueSearchResultThis class represents IssueSearchResult.
class
github.Issue.SubIssueThis class represents a Sub-issue in GitHub's REST API.
method
github.Issue.SubIssue.parent_issue() -> Issue:type: :class:`github.Issue.Issue`
method
github.Issue.SubIssue.priority_position() -> int:type: int
class
github.IssueComment.IssueCommentThis class represents IssueComments.
class
github.IssueDependenciesSummary.IssueDependenciesSummaryThis class represents IssueDependenciesSummary.
class
github.IssueEvent.IssueEventThis class represents IssueEvents.
class
github.IssuePullRequest.IssuePullRequestThis class represents IssuePullRequests.
class
github.IssueType.IssueTypeThis class represents IssueType.
class
github.Label.LabelThis class represents Labels.
class
github.License.LicenseThis class represents Licenses.
class
github.MainClass.GithubThis is the main class you instantiate to access the Github API v3.
method
github.MainClass.Github.close() -> NoneClose connections to the server.
method
github.MainClass.Github.dump(obj:GithubObject, file:BinaryIO, protocol:int=0) -> NoneDumps (pickles) a PyGithub object to a file-like object.
method
github.MainClass.Github.load(f:BinaryIO) -> AnyLoads (unpickles) a PyGithub object from a file-like object.
method
github.MainClass.Github.oauth_scopes() -> list[str] | None:type: list of string
method
github.MainClass.Github.requester() -> RequesterReturn my Requester object.
class
github.Membership.MembershipThis class represents Membership of an organization.
class
github.MergedUpstream.MergedUpstreamThis class represents a result of merge-upstream call.
class
github.Migration.MigrationThis class represents Migrations.
class
github.Milestone.MilestoneThis class represents Milestones.
class
github.NamedEnterpriseUser.NamedEnterpriseUserThis class represents NamedEnterpriseUsers.
class
github.NamedUser.NamedUserThis class represents NamedUsers.
class
github.NamedUser.NamedUserSearchResultThis class represents NamedUserSearchResult.
class
github.NamedUser.OrganizationInvitationThis class represents OrganizationInvitation.
class
github.Notification.NotificationThis class represents Notifications.
class
github.NotificationSubject.NotificationSubjectThis class represents Subjects of Notifications.
class
github.Organization.OrganizationThis class represents Organizations.
class
github.OrganizationSecret.OrganizationSecretThis class represents a org level GitHub secret.
method
github.OrganizationSecret.OrganizationSecret.visibility() -> str:type: string
class
github.OrganizationVariable.OrganizationVariableThis class represents a org level GitHub variable.
method
github.OrganizationVariable.OrganizationVariable.visibility() -> str:type: string
class
github.Path.PathThis class represents a popular Path for a GitHub repository.
class
github.Permissions.PermissionsThis class represents Permissions.
class
github.Plan.PlanThis class represents Plans.
class
github.Project.ProjectThis class represents Projects.
class
github.ProjectCard.ProjectCardThis class represents Project Cards.
class
github.ProjectColumn.ProjectColumnThis class represents Project Columns.
func
github.PublicKey.encrypt(public_key:str, secret_value:str) -> strEncrypt a Unicode string using the public key.
class
github.PullRequest.PullRequestThis class represents PullRequests.
method
github.PullRequest.PullRequest.get_comments(sort:Opt[str]=NotSet, direction:Opt[str]=NotSet, since:Opt[datetime]=NotSet) -> PaginatedList[PullRequestComment]Warning: this only returns review comments.
class
github.PullRequestComment.PullRequestCommentThis class represents PullRequestComments.
class
github.PullRequestMergeStatus.PullRequestMergeStatusThis class represents PullRequestMergeStatuses.
class
github.PullRequestPart.PullRequestPartThis class represents PullRequestParts.
class
github.PullRequestReview.PullRequestReviewThis class represents PullRequestReviews.
class
github.Rate.RateThis class represents Rates.
class
github.RateLimit.RateLimitThis class represents RateLimits.
method
github.RateLimit.RateLimit.code_search() -> RateRate limit for the REST API for searching code.
method
github.RateLimit.RateLimit.core() -> RateRate limit for the non-search-related API.
method
github.RateLimit.RateLimit.search() -> RateRate limit for the Search API.
class
github.RateLimitOverview.RateLimitOverviewThis class represents RateLimitOverview.
class
github.Reaction.ReactionThis class represents Reactions.
class
github.Repository.RepositoryThis class represents Repositories.
method
github.Repository.Repository.allow_auto_merge() -> bool:type: bool
method
github.Repository.Repository.allow_forking() -> bool:type: bool
method
github.Repository.Repository.allow_merge_commit() -> bool:type: bool
method
github.Repository.Repository.allow_rebase_merge() -> bool:type: bool
method
github.Repository.Repository.allow_squash_merge() -> bool:type: bool
method
github.Repository.Repository.allow_update_branch() -> bool:type: bool
method
github.Repository.Repository.archive_url() -> str:type: string
method
github.Repository.Repository.archived() -> bool:type: bool
method
github.Repository.Repository.assignees_url() -> str:type: string
method
github.Repository.Repository.blobs_url() -> str:type: string
method
github.Repository.Repository.branches_url() -> str:type: string
method
github.Repository.Repository.clone_url() -> str:type: string
method
github.Repository.Repository.collaborators_url() -> str:type: string
method
github.Repository.Repository.comments_url() -> str:type: string
method
github.Repository.Repository.commits_url() -> str:type: string
method
github.Repository.Repository.compare_url() -> str:type: string
method
github.Repository.Repository.contents_url() -> str:type: string
method
github.Repository.Repository.contributors_url() -> str:type: string
method
github.Repository.Repository.created_at() -> datetime:type: datetime
method
github.Repository.Repository.custom_properties() -> dict[str, None | str | list]:type: dict[str, None | str | list]
method
github.Repository.Repository.default_branch() -> str:type: string
method
github.Repository.Repository.delete_branch_on_merge() -> bool:type: bool
method
github.Repository.Repository.deployments_url() -> str:type: string
method
github.Repository.Repository.description() -> str:type: string
method
github.Repository.Repository.downloads_url() -> str:type: string
method
github.Repository.Repository.events_url() -> str:type: string
method
github.Repository.Repository.fork() -> bool:type: bool
method
github.Repository.Repository.forks() -> int:type: integer
method
github.Repository.Repository.forks_count() -> int:type: integer
method
github.Repository.Repository.forks_url() -> str:type: string
method
github.Repository.Repository.full_name() -> str:type: string
method
github.Repository.Repository.git_commits_url() -> str:type: string
method
github.Repository.Repository.git_refs_url() -> str:type: string
method
github.Repository.Repository.git_tags_url() -> str:type: string
method
github.Repository.Repository.git_url() -> str:type: string
method
github.Repository.Repository.has_discussions() -> bool:type: bool
method
github.Repository.Repository.has_downloads() -> bool:type: bool
method
github.Repository.Repository.has_issues() -> bool:type: bool
method
github.Repository.Repository.has_pages() -> bool:type: bool
method
github.Repository.Repository.has_projects() -> bool:type: bool
method
github.Repository.Repository.has_wiki() -> bool:type: bool
method
github.Repository.Repository.homepage() -> str:type: string
method
github.Repository.Repository.hooks_url() -> str:type: string
method
github.Repository.Repository.html_url() -> str:type: string
method
github.Repository.Repository.id() -> int:type: integer
method
github.Repository.Repository.is_template() -> bool:type: bool
method
github.Repository.Repository.issue_comment_url() -> str:type: string
method
github.Repository.Repository.issue_events_url() -> str:type: string
method
github.Repository.Repository.issues_url() -> str:type: string
method
github.Repository.Repository.keys_url() -> str:type: string
method
github.Repository.Repository.labels_url() -> str:type: string
method
github.Repository.Repository.language() -> str:type: string
method
github.Repository.Repository.languages_url() -> str:type: string
method
github.Repository.Repository.merge_commit_message() -> str:type: string
method
github.Repository.Repository.merge_commit_title() -> str:type: string
method
github.Repository.Repository.merges_url() -> str:type: string
method
github.Repository.Repository.milestones_url() -> str:type: string
method
github.Repository.Repository.mirror_url() -> str:type: string
method
github.Repository.Repository.name() -> str:type: string
method
github.Repository.Repository.network_count() -> int:type: integer
method
github.Repository.Repository.notifications_url() -> str:type: string
method
github.Repository.Repository.open_issues() -> int:type: integer
method
github.Repository.Repository.open_issues_count() -> int:type: integer
method
github.Repository.Repository.organization() -> Organization:type: :class:`github.Organization.Organization`
method
github.Repository.Repository.owner() -> NamedUser:type: :class:`github.NamedUser.NamedUser`
method
github.Repository.Repository.parent() -> Repository:type: :class:`github.Repository.Repository`
method
github.Repository.Repository.permissions() -> Permissions:type: :class:`github.Permissions.Permissions`
method
github.Repository.Repository.private() -> bool:type: bool
method
github.Repository.Repository.pulls_url() -> str:type: string
method
github.Repository.Repository.pushed_at() -> datetime:type: datetime
method
github.Repository.Repository.releases_url() -> str:type: string
method
github.Repository.Repository.size() -> int:type: integer
method
github.Repository.Repository.source() -> Repository | None:type: :class:`github.Repository.Repository`
method
github.Repository.Repository.squash_merge_commit_message() -> str:type: string
method
github.Repository.Repository.squash_merge_commit_title() -> str:type: string
method
github.Repository.Repository.ssh_url() -> str:type: string
method
github.Repository.Repository.stargazers_count() -> int:type: integer
method
github.Repository.Repository.stargazers_url() -> str:type: string
method
github.Repository.Repository.statuses_url() -> str:type: string
method
github.Repository.Repository.subscribers_count() -> int:type: integer
method
github.Repository.Repository.subscribers_url() -> str:type: string
method
github.Repository.Repository.subscription_url() -> str:type: string
method
github.Repository.Repository.svn_url() -> str:type: string
method
github.Repository.Repository.tags_url() -> str:type: string
method
github.Repository.Repository.teams_url() -> str:type: string
method
github.Repository.Repository.topics() -> list[str]:type: list of strings
method
github.Repository.Repository.trees_url() -> str:type: string
method
github.Repository.Repository.updated_at() -> datetime:type: datetime
method
github.Repository.Repository.web_commit_signoff_required() -> bool:type: bool
class
github.Repository.RepositorySearchResultThis class represents RepositorySearchResult.
class
github.RepositoryAdvisory.RepositoryAdvisoryThis class represents a RepositoryAdvisory.
method
github.RepositoryAdvisory.RepositoryAdvisory.close() -> NoneCloses the advisory.
method
github.RepositoryAdvisory.RepositoryAdvisory.publish() -> NonePublishes the advisory.
method
github.RepositoryAdvisory.RepositoryAdvisory.request_cve() -> NoneRequests a CVE for the advisory.
class
github.RepositoryDiscussion.RepositoryDiscussionThis class represents GraphQL Discussion.
class
github.RepositoryDiscussionCategory.RepositoryDiscussionCategoryThis class represents GraphQL DiscussionCategory.
class
github.RepositoryDiscussionComment.RepositoryDiscussionCommentThis class represents GraphQL DiscussionComment.
class
github.RepositoryKey.RepositoryKeyThis class represents RepositoryKeys.
class
github.RepositoryPreferences.RepositoryPreferencesThis class represents repository preferences.
class
github.Requester.WithRequesterMixin class that allows to set a requester.
class
github.RequiredPullRequestReviews.BypassPullRequestAllowancesThis class represents BypassPullRequestAllowances.
class
github.RequiredPullRequestReviews.DismissalRestrictionsThis class represents DismissalRestrictions.
class
github.RequiredPullRequestReviews.RequiredPullRequestReviewsThis class represents Required Pull Request Reviews.
class
github.RequiredStatusChecks.CheckThis class represents Check.
class
github.RequiredStatusChecks.RequiredStatusChecksThis class represents Required Status Checks.
class
github.Secret.SecretThis class represents a GitHub secret.
method
github.Secret.Secret.created_at() -> datetime:type: datetime.datetime
method
github.Secret.Secret.name() -> str:type: string
method
github.Secret.Secret.secrets_url() -> str:type: string
method
github.Secret.Secret.updated_at() -> datetime:type: datetime.datetime
method
github.Secret.Secret.url() -> str:type: string
class
github.SecretScanAlert.SecretScanAlertThis class represents alerts from secret scanning.
class
github.SecurityAndAnalysis.SecurityAndAnalysisThis class represents Security and Analysis Settings.
class
github.SourceImport.SourceImportThis class represents SourceImports.
class
github.Stargazer.StargazerThis class represents Stargazers.
class
github.StatsCodeFrequency.StatsCodeFrequencyThis class represents statistics of StatsCodeFrequencies.
class
github.StatsCommitActivity.StatsCommitActivityThis class represents StatsCommitActivities.
class
github.StatsContributor.StatsContributorThis class represents StatsContributors.
class
github.StatsParticipation.StatsParticipationThis class represents StatsParticipations.
class
github.StatsPunchCard.StatsPunchCardThis class represents StatsPunchCards.
method
github.StatsPunchCard.StatsPunchCard.get(day:int, hour:int) -> intGet a specific element.
class
github.SubIssueSummary.SubIssueSummaryThis class represents SubIssueSummary.
class
github.Tag.TagThis class represents Tags.
class
github.Team.TeamThis class represents Teams.
method
github.Team.Team.add_to_members(member:NamedUser) -> NoneThis API call is deprecated.
method
github.Team.Team.remove_from_members(member:NamedUser) -> NoneThis API call is deprecated.
class
github.TeamDiscussion.TeamDiscussionThis class represents TeamDiscussions.
class
github.TimelineEvent.TimelineEventThis class represents IssueTimelineEvents.
class
github.TimelineEventSource.TimelineEventSourceThis class represents IssueTimelineEventSource.
class
github.Topic.TopicThis class represents topics as used by https://github.com/topics.
class
github.UserKey.UserKeyThis class represents UserKeys.
class
github.Variable.VariableThis class represents a GitHub variable.
method
github.Variable.Variable.created_at() -> datetime:type: datetime.datetime
method
github.Variable.Variable.name() -> str:type: string
method
github.Variable.Variable.updated_at() -> datetime:type: datetime.datetime
method
github.Variable.Variable.url() -> str:type: string
method
github.Variable.Variable.value() -> str:type: string
method
github.Variable.Variable.variables_url() -> str:type: string
class
github.Workflow.WorkflowThis class represents Workflows.
class
github.WorkflowJob.WorkflowJobThis class represents Workflow Jobs.
class
github.WorkflowRun.TimingDataThis class represents workflow run usage.
class
github.WorkflowRun.WorkflowRunThis class represents Workflow Runs.
class
github.WorkflowStep.WorkflowStepThis class represents steps in a Workflow Job.
func
github.set_log_level(level:int) -> NoneSet the log level of the github logger, e.g.
この情報について
掲載しているシグネチャは pygithub/pygithub の公開ソースコードを
Python の ast モジュールで静的解析し、引数名・デフォルト値・
型注釈・戻り値型をそのまま抽出したものです。実装コードは保存していません。
詳しくは仕組みの解説をご覧ください。