Files
PyGithub/github/Autolink.pyi
T

14 lines
400 B
Python

from typing import Any, Dict, List
from github.GithubObject import NonCompletableGithubObject
class Autolink(NonCompletableGithubObject):
def _initAttributes(self) -> None: ...
def _useAttributes(self, attributes: Dict[str, Any]) -> None: ...
@property
def id(self) -> int: ...
@property
def key_prefix(self) -> str: ...
@property
def url_template(self) -> str: ...