Sign in
apache
/
buildstream
/
refs/heads/phil/plugin-testing-api
/
.
/
tests
/
internals
/
pluginloading
/
badversionelement
/
customelements
/
foo.py
blob: 75536e87f13c76554b8d1fefaa657e4764525be7 [
file
]
from
buildstream
import
Element
class
FooElement
(
Element
):
BST_FORMAT_VERSION
=
5
def
preflight
(
self
):
pass
def
configure
(
self
,
node
):
pass
def
get_unique_key
(
self
):
return
{}
def
setup
():
return
FooElement