mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
9 lines
253 B
Python
9 lines
253 B
Python
# This allows None as a valid value for an optional parameter
|
|
class DefaultValueForOptionalParametersType:
|
|
pass
|
|
DefaultValueForOptionalParameters = DefaultValueForOptionalParametersType()
|
|
|
|
LazyCompletion = 0
|
|
ImmediateCompletion = 1
|
|
NoCompletion = 2
|