summaryrefslogtreecommitdiff
path: root/src/buildstream/_yaml.pxd
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-07-02 16:50:35 +0100
committerBenjamin Schubert <ben.c.schubert@gmail.com>2019-07-09 16:55:54 +0100
commit13d8b855db7d4c83f3a3894a0ba5127a36f3cb0e (patch)
tree1255c28cee5dba9257dfc4252ad8b66bb12c7b90 /src/buildstream/_yaml.pxd
parentde97e815009a61a5f8934840de6a49904d7a94c6 (diff)
downloadbuildstream-13d8b855db7d4c83f3a3894a0ba5127a36f3cb0e.tar.gz
_yaml: Move 'node_final_assertions' to 'Node._assert_fully_composited'
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 45d2d351a..146f14a22 100644
--- a/src/buildstream/_yaml.pxd
+++ b/src/buildstream/_yaml.pxd
@@ -30,6 +30,7 @@ cdef class Node:
cpdef Node copy(self)
cpdef object strip_node_info(self)
+ cpdef void _assert_fully_composited(self) except *
cdef bint _shares_position_with(self, Node target)
cdef bint _walk_find(self, Node target, list path) except *