Searched refs:QueriableList (Results 1 – 1 of 1) sorted by relevance
19 class QueriableList(list): class65 'roles': QueriableList([self.DRONE_ROLE]),66 'attributes': QueriableList([self.DRONE_ATTRIBUTE])})71 'roles': QueriableList([self.DRONE_ROLE]),72 'attributes': QueriableList([self.DRONE_ATTRIBUTE])})77 'roles': QueriableList([self.SCHEDULER_ROLE]),78 'attributes': QueriableList([])})83 'roles': QueriableList([self.SCHEDULER_ROLE]),84 'attributes': QueriableList([])})274 ).AndReturn(QueriableList([self.SCHEDULER_ROLE]))[all …]