The Wayback Machine - https://web.archive.org/web/20220401034903/https://github.com/topics/appengine
Skip to content
#

appengine

Here are 446 public repositories matching this topic...

oppia
U8NWXD
U8NWXD commented Mar 7, 2022

Introduction

We would like to have a pylint check for indentation in Python code. This will likely require a custom lint check. Here are some of the cases we want to handle:

Indent By 4 Spaces

Good:

def func():
    pass
my_list = [
    'a',
    'b',
]

Bad:

def func():
  pass
my_list = ['a',
           '
0xSage
0xSage commented Dec 10, 2020

Improve the Write logEntry sample on this page

This page is referenced by docs that explicitly talk about LogEntries. So we should demo this “advanced” logging technique, even though we do recommend the standard log wrapper approach in the quickstarts.

Cri

priority: p3 good first issue type: feature request api: logging

Improve this page

Add a description, image, and links to the appengine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the appengine topic, visit your repo's landing page and select "manage topics."

Learn more