test_anon_func.bbclass 72 B

123
  1. python () {
  2. d.setVar("TEST_SET_FROM_ANON_FUNC", "expected value")
  3. }