This commit is contained in:
Vincent Jacques
2012-02-25 08:36:11 +00:00
parent 220a3ff9ab
commit d6f645306a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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