Project

General

Profile

Support #18799

Updated by Peter Amstutz about 2 years ago

write script that 

 * takes the discovery document 
 * produces Python stubs with docstrings corresponding to the google api client 
 * adds the stub files to the python SDK 
 * runs pydoc 

 The goal is for the methods/objects found under arvados.api() (generated on the fly by google api client) to be browsable in pydoc. 

Back