RetroArch
Functions | Variables
github-contributors Namespace Reference

Functions

def get_contributors (after=None)
 
def doit (cont)
 

Variables

string TOKEN = 'Your access token here'
 SETTINGS ### https://help.github.com/articles/creating-an-access-token-for-command-line-use/. More...
 
string orgName = 'libretro'
 
string repoName = 'RetroArch'
 
list lines = []
 END SETTINGS ###. More...
 

Function Documentation

◆ doit()

def github-contributors.doit (   cont)
Here is the call graph for this function:

◆ get_contributors()

def github-contributors.get_contributors (   after = None)
Here is the caller graph for this function:

Variable Documentation

◆ lines

list github-contributors.lines = []

END SETTINGS ###.

◆ orgName

string github-contributors.orgName = 'libretro'

◆ repoName

string github-contributors.repoName = 'RetroArch'

◆ TOKEN

string github-contributors.TOKEN = 'Your access token here'