mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Improve management of lazy completion
This commit is contained in:
@@ -2,3 +2,7 @@
|
||||
class DefaultValueForOptionalParametersType:
|
||||
pass
|
||||
DefaultValueForOptionalParameters = DefaultValueForOptionalParametersType()
|
||||
|
||||
LazyCompletion = 0
|
||||
ImmediateCompletion = 1
|
||||
NoCompletion = 2
|
||||
|
||||
Reference in New Issue
Block a user