API EXPOSED BY THE MODULE

This part of documentation will have API function exposed by the module.

Main function

All the util function directly exposed as it is.

prashpyutil.sumoftwo(a, b)[source]

This is an sumoftwo function to add two number :param a: An :integer :param b: An :integer

Usage::
>>>r = sumoftwo(2, 3) >>>r 5