Skip to content

Commit

Permalink
extending docs updated, flagembedded
Browse files Browse the repository at this point in the history
  • Loading branch information
arekbulski committed Jan 31, 2020
1 parent 1893d56 commit 22a613b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/extending.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Deriving from class Subconstruct, these wrap an inner construct, inheriting it's
self.name = subcon.name
self.subcon = subcon
self.flagbuildnone = subcon.flagbuildnone
self.flagembedded = subcon.flagembedded

def _parse(self, stream, context, path):
obj = self.subcon._parse(stream, context, path)
Expand Down

0 comments on commit 22a613b

Please sign in to comment.