Searched defs:GetPythonBinary (Results 1 – 2 of 2) sorted by relevance
189 GetPythonBinary(label string, cfgKey configKey) (string, error) methodSpec320 func (m MockBazelContext) GetPythonBinary(label string, _ configKey) (string, error) { func436 func (bazelCtx *mixedBuildBazelContext) GetPythonBinary(label string, cfgKey configKey) (string, er… func473 func (n noopBazelContext) GetPythonBinary(_ string, _ configKey) (string, error) { func
11 GetPythonBinary = &getPythonBinaryRequestType{} var