mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Repository.get_languages
This commit is contained in:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user