summaryrefslogtreecommitdiff
path: root/src/buildstream/_yaml.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_yaml.pxd')
-rw-r--r--src/buildstream/_yaml.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildstream/_yaml.pxd b/src/buildstream/_yaml.pxd
index 32a39dfd4..d7109bba5 100644
--- a/src/buildstream/_yaml.pxd
+++ b/src/buildstream/_yaml.pxd
@@ -67,6 +67,7 @@ cdef class ScalarNode(Node):
cdef class SequenceNode(Node):
+ cpdef void append(self, object value)
cpdef MappingNode mapping_at(self, int index)
cpdef SequenceNode sequence_at(self, int index)
cpdef list as_str_list(self)