New feature in BCF to allow extracting specific files like header files, snippets, or bitmaps.

This commit is contained in:
Dion Moult
2023-02-18 21:11:05 +11:00
parent f91e9a3119
commit e712ef344d
2 changed files with 55 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ with load("/path/to/file.bcf") as bcfxml:
# Get a dictionary of topics
topics = bcfxml.topics
for topic_handler in bcfxml.topics:
for topic_guid, topic_handler in bcfxml.topics.items():
topic = topic_handler.topic
print("Topic guid is", topic.guid)
print("Topic title is", topic.title)