Repository.get_languages

This commit is contained in:
Vincent Jacques
2012-02-25 13:00:26 +00:00
parent f131e8050d
commit 77ed2308a8
7 changed files with 33 additions and 1 deletions
+3
View File
@@ -17,6 +17,9 @@ def InternalSimpleAttributes( *attributeNames ):
def InternalObjectAttribute( attributeName, type ):
return InternalAttribute( attributeName, ObjectTypePolicy( type ) )
def ExternalSimpleAttribute( attributeName ):
return ExternalAttribute( attributeName, SimpleTypePolicy() )
def BaseUrl( baseUrl ):
return AttributeFromCallable( "_baseUrl", baseUrl )