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