SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Handle default arguments in methods #5

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

Make method default arguments work

E.g.: if you could get_all_builds without providing start and count, this should work because get_all_builds declares these as keyword args with default values.

Cc: @aconrad, @sudarkoff