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.pxd2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildstream/_yaml.pxd b/src/buildstream/_yaml.pxd
index 8deb17a78..6b0d3fd20 100644
--- a/src/buildstream/_yaml.pxd
+++ b/src/buildstream/_yaml.pxd
@@ -27,6 +27,8 @@ cdef class Node:
cdef public int line
cdef public int column
+ cpdef Node copy(self)
+
cdef class MappingNode(Node):
cdef Node get(self, str key, default, default_constructor)