mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Todos
This commit is contained in:
@@ -20,6 +20,7 @@ class AttributeFromCallable:
|
||||
def apply( self, cls ):
|
||||
cls._addAttribute( self.__name, AttributeFromCallable.AttributeDefinition( self.__name, self.__callable ) )
|
||||
|
||||
### @todo include the ArgumentsChecker
|
||||
class MethodFromCallable:
|
||||
def __init__( self, name, callable ):
|
||||
self.__name = name
|
||||
|
||||
@@ -108,6 +108,7 @@ class ListDeletable:
|
||||
def __execute( self, obj ):
|
||||
obj._github._statusRequest( "DELETE", obj._baseUrl + "/" + self.__attributeName, None, None )
|
||||
|
||||
### @todo use SeveralAttributes
|
||||
class ExternalListOfObjects:
|
||||
def __init__( self, attributeName, type, *capacities ):
|
||||
self.attributeName = attributeName
|
||||
|
||||
Reference in New Issue
Block a user