Exemplo n.º 1
0
 def build(cls: Type[A], graph_client: GraphClient) -> A:
     counter = ParentChildCounter(graph_client)
     return RareParentOfCmd(graph_client, counter)
Exemplo n.º 2
0
 def build(cls: Type[A], dgraph_client: DgraphClient) -> A:
     counter = ParentChildCounter(dgraph_client)
     return UniqueWindowsBuiltinExecution(dgraph_client, counter)
Exemplo n.º 3
0
 def build(cls: Type[A], dgraph_client: DgraphClient) -> A:
     counter = ParentChildCounter(dgraph_client, cache=r)
     return RareParentOfCmd(dgraph_client, counter)
Exemplo n.º 4
0
 def build(cls: Type[A], dgraph_client: DgraphClient) -> A:
     counter = ParentChildCounter(dgraph_client)
     return UniqueParentChild(dgraph_client, counter)