eric7.eric7_api

eric API Generator.

This is the main Python script of the API generator. It is this script that gets called via the API generation interface. This script can be used via the commandline as well.

Global Attributes

None

Classes

None

Functions

createArgumentParser Function to create an argument parser.
main Main entry point into the application.


createArgumentParser

createArgumentParser()

Function to create an argument parser.

Return:
created argument parser object
Return Type:
argparse.ArgumentParser
Up


main

main()

Main entry point into the application.

Up