mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
ListOfObjects -> ListAttribute
This commit is contained in:
@@ -75,7 +75,7 @@ class ElementGetable:
|
||||
def __execute( self, obj, *args, **kwds ):
|
||||
return self.__type( obj._github, self.__attributes( obj, *args, **kwds ), lazy = False )
|
||||
|
||||
class ListOfObjects:
|
||||
class ListAttribute:
|
||||
def __init__( self, attributeName, type, *capacities ):
|
||||
self.attributeName = attributeName
|
||||
self.type = type
|
||||
|
||||
Reference in New Issue
Block a user