From e5d0468abd99c66d5e72346ad8dbb57cbb296b94 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 6 Dec 2014 16:48:56 -0500 Subject: [PATCH] Python: document StructureFieldDeclaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- bindings/python/bt.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bindings/python/bt.py b/bindings/python/bt.py index 19e307cd..b431e21e 100644 --- a/bindings/python/bt.py +++ b/bindings/python/bt.py @@ -1052,7 +1052,14 @@ class FloatFieldDeclaration(FieldDeclaration): class StructureFieldDeclaration(FieldDeclaration): - """Do not instantiate.""" + """ + Structure (ordered map of field names to field declarations) field + declaration. + + .. note:: + + As of this version, this class is missing some properties. + """ def __init__(self): raise NotImplementedError("StructureFieldDeclaration cannot be instantiated") -- 2.34.1