mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Add type stub for MainClass.get_project_column (#2502)
Co-Authored: Attila Dulovics <dulovicsattila@gmail.com>
This commit is contained in:
@@ -19,6 +19,7 @@ from github.NamedUser import NamedUser
|
||||
from github.Organization import Organization
|
||||
from github.PaginatedList import PaginatedList
|
||||
from github.Project import Project
|
||||
from github.ProjectColumn import ProjectColumn
|
||||
from github.RateLimit import RateLimit
|
||||
from github.Repository import Repository
|
||||
from github.Topic import Topic
|
||||
@@ -75,6 +76,7 @@ class Github:
|
||||
self, since: Union[int, _NotSetType] = ...
|
||||
) -> PaginatedList[Organization]: ...
|
||||
def get_project(self, id: int) -> Project: ...
|
||||
def get_project_column(self, id: int) -> ProjectColumn: ...
|
||||
def get_rate_limit(self) -> RateLimit: ...
|
||||
def get_repo(
|
||||
self, full_name_or_id: Union[int, str], lazy: bool = ...
|
||||
|
||||
Reference in New Issue
Block a user