Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/c/o/CollabQ-HEAD/api/views.py CollabQ(Download)
def api_docs(request): # get the list of api methods for the index methods = api.PublicApi.methods.keys() api_methods = {}
src/j/a/jaikuenginepatch-HEAD/api/views.py jaikuenginepatch(Download)
def api_docs(request): # get the list of api methods for the index methods = api.PublicApi.methods.keys() api_methods = {}
src/j/a/JaikuEngine-HEAD/api/views.py JaikuEngine(Download)
def api_docs(request): # get the list of api methods for the index methods = api.PublicApi.methods.keys() api_methods = {}
src/c/o/CollabQ-HEAD/build.py CollabQ(Download)
public_api_methods = api.PublicApi.methods.keys() public_decorators = ['throttle', 'owner_required']
src/j/a/jaikuenginepatch-HEAD/build.py jaikuenginepatch(Download)
public_api_methods = api.PublicApi.methods.keys() public_decorators = ['throttle', 'owner_required']
src/j/a/JaikuEngine-HEAD/build.py JaikuEngine(Download)
public_api_methods = api.PublicApi.methods.keys() public_decorators = ['throttle', 'owner_required']