diff options
Diffstat (limited to 'python/types.py')
| -rw-r--r-- | python/types.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/types.py b/python/types.py index b086ef78..62cc0154 100644 --- a/python/types.py +++ b/python/types.py @@ -476,6 +476,9 @@ class MutableTypeBuilder: class TypeBuilder: + """ + All TypeBuilder objects should not be instantiated directly but created via ``.create`` APIs. + """ def __init__( self, handle: core.BNTypeBuilderHandle, platform: '_platform.Platform' = None, confidence: int = core.max_confidence |
