Files
PyGithub/src/github/GithubObject.py
T
2012-05-12 15:00:23 +02:00

5 lines
192 B
Python

# This allows None as a valid value for an optional parameter
class DefaultValueForOptionalParametersType:
pass
DefaultValueForOptionalParameters = DefaultValueForOptionalParametersType()