Searched defs:GetPythonBinary (Results 1 – 2 of 2) sorted by relevance
88 GetPythonBinary(label string, cfgKey configKey) (string, bool) methodSpec159 func (m MockBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, bool) { func201 func (bazelCtx *bazelContext) GetPythonBinary(label string, cfgKey configKey) (string, bool) { func219 func (n noopBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, bool) { func
10 GetPythonBinary = &getPythonBinaryRequestType{} var