SYMBOL INDEX (69 symbols across 6 files) FILE: calendar/calendar_import.py function update_meeting (line 49) | def update_meeting(service, meeting): function get_user_credentials (line 134) | def get_user_credentials(oauth_client_secret=None, function _get_default_config (line 183) | def _get_default_config(): function create_secret (line 189) | def create_secret(client, project, secret): function load_secret (line 216) | def load_secret(client, project, secret): function sync_calendar (line 231) | def sync_calendar(config, creds): class CalendarUpdater (line 247) | class CalendarUpdater: method sync (line 251) | def sync(config=None, oauth_client_secret=None): method periodic_sync (line 288) | def periodic_sync(config=None, project=DEFAULT_PROJECT, method mint_credentials (line 343) | def mint_credentials(project, secret, oauth_client_secret): FILE: devstats/config/util_sql/devstats_log_table.sql type gha_logs (line 1) | CREATE TABLE gha_logs ( type logs_dt_idx (line 19) | CREATE INDEX logs_dt_idx ON gha_logs USING btree (dt) type logs_id_idx (line 20) | CREATE INDEX logs_id_idx ON gha_logs USING btree (id) FILE: devstats/ks-app/vendor/kubeflow/core@e2c2c7c49e578472ba57f91f3b2a5f4d1a2d0289/kubeform_spawner.py class KubeFormSpawner (line 8) | class KubeFormSpawner(KubeSpawner): method _options_form_default (line 11) | def _options_form_default(self): method options_from_form (line 40) | def options_from_form(self, formdata): method singleuser_image_spec (line 52) | def singleuser_image_spec(self): method cpu_guarantee (line 59) | def cpu_guarantee(self): method mem_guarantee (line 66) | def mem_guarantee(self): method extra_resource_limits (line 73) | def extra_resource_limits(self): FILE: generator/app.go constant readmeTemplate (line 34) | readmeTemplate = "readme.tmpl" constant listTemplate (line 35) | listTemplate = "list.tmpl" constant aliasesTemplate (line 36) | aliasesTemplate = "aliases.tmpl" constant headerTemplate (line 37) | headerTemplate = "header.tmpl" constant wgsYamlFile (line 39) | wgsYamlFile = "wgs.yaml" constant sigListOutput (line 40) | sigListOutput = "wg-list.md" constant aliasesOutput (line 41) | aliasesOutput = "OWNERS_ALIASES" constant indexFilename (line 42) | indexFilename = "README.md" constant beginCustomMarkdown (line 44) | beginCustomMarkdown = "" constant endCustomMarkdown (line 45) | endCustomMarkdown = "" constant beginCustomYaml (line 46) | beginCustomYaml = "## BEGIN CUSTOM CONTENT" constant endCustomYaml (line 47) | endCustomYaml = "## END CUSTOM CONTENT" type FoldedString (line 56) | type FoldedString method MarshalYAML (line 59) | func (x FoldedString) MarshalYAML() (interface{}, error) { type Person (line 68) | type Person struct type Meeting (line 75) | type Meeting struct type Contact (line 87) | type Contact struct type GithubTeam (line 95) | type GithubTeam struct type Subproject (line 101) | type Subproject struct type LeadershipGroup (line 110) | type LeadershipGroup struct method PrefixToPersonMap (line 117) | func (g *LeadershipGroup) PrefixToPersonMap() map[string][]Person { method Owners (line 126) | func (g *LeadershipGroup) Owners() []Person { type Group (line 149) | type Group struct method DirName (line 165) | func (g *Group) DirName(prefix string) string { method LabelName (line 170) | func (g *Group) LabelName(prefix string) string { type Context (line 175) | type Context struct method PrefixToGroupMap (line 192) | func (c *Context) PrefixToGroupMap() map[string][]Group { method Sort (line 202) | func (c *Context) Sort() { method Validate (line 243) | func (c *Context) Validate() []error { function index (line 182) | func index(groups []Group, predicate func(Group) bool) int { function pathExists (line 299) | func pathExists(path string) bool { function createDirIfNotExists (line 304) | func createDirIfNotExists(path string) error { function getExistingContent (line 311) | func getExistingContent(path string, fileFormat string) (string, error) { function tzURLEncode (line 358) | func tzURLEncode(tz string) string { function writeTemplate (line 362) | func writeTemplate(templatePath, outputPath string, fileFormat string, d... function writeCustomContentBlock (line 406) | func writeCustomContentBlock(f *os.File, content string, fileFormat stri... function createGroupReadme (line 426) | func createGroupReadme(groups []Group, prefix string) error { function readYaml (line 459) | func readYaml(path string, data interface{}) error { function writeYaml (line 472) | func writeYaml(data interface{}, path string) error { function main (line 483) | func main() { FILE: scripts/project_stats.py function run_query (line 20) | def run_query(query, headers): # A simple function to use requests.post ... class ProjectStats (line 27) | class ProjectStats(object): method __init__ (line 28) | def __init__(self, project): method init_df (line 32) | def init_df(self, offset=0, size=300): method grow_df (line 40) | def grow_df(self, df, offset=0, size=300): method main (line 43) | def main(self): method compute_stats (line 47) | def compute_stats(self): method fetch_data (line 61) | def fetch_data(self): FILE: scripts/prs_by_company.py function get_company_from_email (line 22) | def get_company_from_email(email):